StackMCP
Intermediate

Full-Stack Web Dev Stack

The complete toolkit for full-stack developers. Database, auth, payments, testing, and deployment all wired up.

6 servers48.6K tokens24% of context

Token Budget

48.6K used (24.3%)151.4K remaining
Supabase MCP12.9K (6.4%)
GitHub MCP10.3K (5.1%)
Playwright MCP10.3K (5.1%)
Stripe MCP7.7K (3.9%)
Vercel MCP6.2K (3.1%)
Context7 MCP1.0K (0.5%)

Moderate token usage. You will have good room for prompts but watch if adding more servers.

Config

Paste in ~/.claude.json

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"
      }
    },
    "playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp"
      ]
    },
    "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"
      }
    },
    "context7-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp"
      ]
    }
  }
}

Included Servers

Recommended Skills

Skills that pair with the servers in this stack. Learn more

For Supabase MCP

Supabase Postgres Best PracticesOfficialbest-practices

Official Supabase skill covering PostgreSQL optimization, query performance, RLS policies, schema design, and connection management.

npx skillsadd supabase/agent-skills/supabase-postgres-best-practices
Next.js + Supabase Authworkflow

Supabase Auth integration patterns with Next.js App Router. Covers SSR auth, middleware, and protected routes.

npx skillsadd sickn33/antigravity-awesome-skills/nextjs-supabase-auth

For Stripe MCP

Stripe Best PracticesOfficialbest-practices

Official Stripe skill covering payment API patterns, Checkout Sessions, PaymentIntents, PCI compliance, and idempotency.

npx skillsadd stripe/ai/stripe-best-practices
Upgrade StripeOfficialworkflow

Official Stripe skill for upgrading API versions, SDKs, Stripe.js, and mobile SDKs safely.

npx skillsadd stripe/ai/upgrade-stripe

For GitHub MCP

GitHub CLI Workflowsworkflow

Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.

npx skillsadd callstackincubator/agent-skills/github
Fix CI Failuresworkflow

Debug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.

npx skillsadd openai/skills/gh-fix-ci
Address PR Commentsworkflow

Address PR review comments using GitHub CLI. Streamlines the code review response workflow.

npx skillsadd openai/skills/gh-address-comments
Code Reviewerrole

Automated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.

For Playwright MCP

Playwright TestingOfficialworkflow

Official Microsoft Playwright CLI skill for browser automation, E2E testing, and web scraping workflows.

npx skillsadd microsoft/playwright-cli
Senior QA Engineerrole

Test generation, coverage analysis, and E2E testing patterns. Pairs with Playwright MCP for automated browser testing.

For Vercel MCP

React Best PracticesOfficialbest-practices

Official Vercel skill for React and Next.js performance optimization, based on Vercel Engineering guidelines.

npx skillsadd vercel-labs/agent-skills/vercel-react-best-practices
Web Design GuidelinesOfficialbest-practices

Official Vercel skill covering Web Interface Guidelines, accessibility audits, and responsive design standards.

npx skillsadd vercel-labs/agent-skills/web-design-guidelines
Deploy to VercelOfficialworkflow

Deploy applications to Vercel with preview URLs and production environments via Vercel CLI.

npx skillsadd vercel-labs/agent-skills/vercel-deploy