Startup Founder Stack
Everything a technical founder needs to launch, monetize, and scale a product with a small team.
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"
}
},
"github-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_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"
}
},
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"notion-mcp-server"
],
"env": {
"NOTION_API_KEY": "YOUR_NOTION_API_KEY"
}
},
"slack-official-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN",
"SLACK_TEAM_ID": "YOUR_SLACK_TEAM_ID"
}
},
"google-analytics-mcp": {
"command": "npx",
"args": [
"-y",
"@google-analytics/mcp"
],
"env": {
"GA_PROPERTY_ID": "YOUR_GA_PROPERTY_ID",
"GOOGLE_APPLICATION_CREDENTIALS": "YOUR_GOOGLE_APPLICATION_CREDENTIALS"
}
}
}
}Included Servers
Supabase MCP
Supabase
Query your Supabase database, manage tables, run migrations, deploy edge functions, and manage branches directly from your AI editor.
Gives you a production-ready backend with auth, database, and storage so you can ship without a dedicated backend team.
Stripe MCP
Stripe
Integrate Stripe APIs for payments, subscriptions, customers, and invoices directly from your AI editor using the official Stripe agent toolkit.
Handles billing, subscriptions, and payment flows so you can start generating revenue from day one.
GitHub MCP
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
Manages your codebase, pull requests, and CI/CD pipelines as the central hub for your engineering workflow.
Vercel MCP
Community
Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.
Deploys your frontend instantly with preview URLs, making it easy to share progress with co-founders and investors.
Slack MCP (Official)
Anthropic
Official MCP server for Slack. Send and read messages, manage channels, and search conversations from your AI editor.
Keeps your small team aligned with real-time communication and integrations across all your other tools.
Notion MCP
Community
Access and manage Notion pages, databases, and blocks. Create content, query databases, and organize your workspace from your AI editor.
Acts as your company wiki, product roadmap, and meeting notes hub all in one place.
Google Analytics MCP
Access GA4 data, run custom reports, and get real-time analytics from your AI editor. Official Google implementation.
Tracks user acquisition and behavior so you can make data-driven decisions about product-market fit.
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 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-stripeFor GitHub MCP
Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.
npx skillsadd callstackincubator/agent-skills/githubDebug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.
npx skillsadd openai/skills/gh-fix-ciAddress PR review comments using GitHub CLI. Streamlines the code review response workflow.
npx skillsadd openai/skills/gh-address-commentsAutomated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.
For 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 Notion MCP
Convert conversations into structured Notion pages. Automatically organizes knowledge into databases and linked pages.
npx skillsadd openai/skills/notion-knowledge-captureTurn Notion specs into implementation plans and tasks. Bridges product requirements with engineering execution.
npx skillsadd openai/skills/notion-spec-to-implementationSEO-optimized marketing content with consistent brand voice. Pairs with Notion MCP for content management workflows.