Next.js + Supabase Stack
The modern full-stack combo. Supabase for backend, Vercel for deployment, plus UI generation and up-to-date docs.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"supabase-mcp": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "YOUR_SUPABASE_ACCESS_TOKEN"
}
},
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all"
],
"env": {
"STRIPE_SECRET_KEY": "YOUR_STRIPE_SECRET_KEY"
}
},
"vercel-mcp": {
"command": "npx",
"args": [
"-y",
"vercel-mcp"
],
"env": {
"VERCEL_API_TOKEN": "YOUR_VERCEL_API_TOKEN"
}
},
"magic-mcp": {
"command": "npx",
"args": [
"-y",
"@21st-dev/magic"
],
"env": {
"TWENTY_FIRST_API_KEY": "YOUR_TWENTY_FIRST_API_KEY"
}
},
"context7-mcp": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
]
}
}
}Included Servers
Supabase MCP
Supabase
Query your Supabase database, manage tables, run migrations, deploy edge functions, and manage branches directly from your AI editor.
Your entire backend — database, auth, storage, and edge functions. The perfect companion to Next.js's frontend-first model.
Vercel MCP
Community
Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.
Next.js was built for Vercel. Zero-config deployments, preview URLs, and environment variable management — all from your editor.
Context7 MCP
Upstash
Pull up-to-date documentation and code examples for any library directly into your prompt context using the Context7 API.
Next.js App Router and Supabase both iterate rapidly. Current docs prevent your AI from mixing up Pages Router and App Router patterns.
Magic MCP (21st.dev)
21st.dev
Generate professional React and Tailwind UI components using 21st.dev's component library and AI builder from your editor.
Generate polished UI components that pair with your Supabase data layer. Speeds up the 'data to UI' loop dramatically.
Stripe MCP
Stripe
Integrate Stripe APIs for payments, subscriptions, customers, and invoices directly from your AI editor using the official Stripe agent toolkit.
The most common Next.js + Supabase project is a SaaS. Stripe completes the monetization story with minimal extra config.
Recommended Skills
Skills that pair with the servers in this stack. Learn more
For Supabase MCP
Official Supabase skill covering PostgreSQL optimization, query performance, RLS policies, schema design, and connection management.
npx skillsadd supabase/agent-skills/supabase-postgres-best-practicesSupabase Auth integration patterns with Next.js App Router. Covers SSR auth, middleware, and protected routes.
npx skillsadd sickn33/antigravity-awesome-skills/nextjs-supabase-authFor Vercel MCP
Official Vercel skill for React and Next.js performance optimization, based on Vercel Engineering guidelines.
npx skillsadd vercel-labs/agent-skills/vercel-react-best-practicesOfficial Vercel skill covering Web Interface Guidelines, accessibility audits, and responsive design standards.
npx skillsadd vercel-labs/agent-skills/web-design-guidelinesDeploy applications to Vercel with preview URLs and production environments via Vercel CLI.
npx skillsadd vercel-labs/agent-skills/vercel-deployFor Stripe MCP
Official Stripe skill covering payment API patterns, Checkout Sessions, PaymentIntents, PCI compliance, and idempotency.
npx skillsadd stripe/ai/stripe-best-practicesOfficial Stripe skill for upgrading API versions, SDKs, Stripe.js, and mobile SDKs safely.
npx skillsadd stripe/ai/upgrade-stripe