StackMCP
Intermediate

Agency Owner Stack

Run a digital agency end-to-end with client project management, billing, deployment, and team communication tools.

7 servers40.7K tokens20% of context

Token Budget

40.7K used (20.3%)159.3K remaining
GitHub MCP10.3K (5.1%)
Stripe MCP7.7K (3.9%)
Vercel MCP6.2K (3.1%)
Linear MCP5.2K (2.6%)
Notion MCP5.2K (2.6%)
Slack MCP (Official)4.1K (2.1%)
Google Analytics MCP2.1K (1.0%)

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

Config

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "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"
      }
    },
    "linear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "linear-mcp"
      ],
      "env": {
        "LINEAR_API_KEY": "YOUR_LINEAR_API_KEY"
      }
    },
    "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

Recommended Skills

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

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 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 Linear MCP

Linear Project Managementworkflow

Manage issues, projects, and team workflows in Linear. Includes sprint planning, bug triage, and release planning workflows.

npx skillsadd openai/skills/linear
Agile Product Ownerrole

User story writing, sprint planning, and velocity tracking. Pairs with Linear MCP for end-to-end agile workflow management.

For Notion MCP

Notion Knowledge Captureworkflow

Convert conversations into structured Notion pages. Automatically organizes knowledge into databases and linked pages.

npx skillsadd openai/skills/notion-knowledge-capture
Notion Spec to Implementationworkflow

Turn Notion specs into implementation plans and tasks. Bridges product requirements with engineering execution.

npx skillsadd openai/skills/notion-spec-to-implementation
Content Creatorrole

SEO-optimized marketing content with consistent brand voice. Pairs with Notion MCP for content management workflows.

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