StackMCP
Intermediate

Mobile Developer Stack

Build mobile apps with backend services, UI components, testing, and project tracking integrated into your workflow.

5 servers44.9K tokens22% of context

Token Budget

44.9K used (22.5%)155.1K remaining
Supabase MCP12.9K (6.4%)
GitHub MCP10.3K (5.1%)
Playwright MCP10.3K (5.1%)
Figma MCP4.1K (2.1%)
Sentry MCP4.1K (2.1%)

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"
      ]
    },
    "figma-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "YOUR_FIGMA_ACCESS_TOKEN"
      }
    },
    "sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sentry-mcp"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN"
      }
    }
  }
}

Included Servers

Sentry MCP

Sentry

70
monitoring

Query Sentry for error tracking, performance monitoring, and issue management directly from your AI editor.

5645/wk4.1K tokens(2%)Official2d ago

Mobile crash reports are hard to reproduce. Sentry surfaces device-specific errors so your AI can help debug them in context.