{ "$schema": "https://modelcontextprotocol.io/schema/mcp.json", "mcpServers": { "context7": { "command": "npx", "args": ["-y", "@upstash/context7-mcp"], "description": "Library documentation lookup via Context7 (anti-hallucination)" }, "tavily": { "command": "npx", "args": ["-y", "tavily-mcp"], "env": { "TAVILY_API_KEY": "${TAVILY_API_KEY}" }, "description": "Web search for research and validation" }, "brave-search": { "command": "npx", "args": ["-y", "@anthropics/mcp-server-brave-search"], "env": { "BRAVE_API_KEY": "${BRAVE_API_KEY}" }, "description": "Privacy-focused web search (2K free queries/mo)" }, "github": { "command": "npx", "args": ["-y", "@anthropics/mcp-server-github"], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}" }, "description": "GitHub operations - issues, PRs, repos" }, "supabase": { "command": "npx", "args": ["-y", "@anthropic-labs/mcp-server-supabase"], "env": { "SUPABASE_URL": "${SUPABASE_URL}", "SUPABASE_SERVICE_ROLE_KEY": "${SUPABASE_SERVICE_ROLE_KEY}" }, "description": "Supabase database operations" }, "playwright": { "command": "npx", "args": ["-y", "@anthropic-ai/playwright-mcp"], "description": "Browser automation and E2E testing via Playwright" }, "google-search-console": { "command": "npx", "args": ["-y", "@anthropics/mcp-server-google-search-console"], "env": { "GOOGLE_SERVICE_ACCOUNT_KEY": "${GOOGLE_SERVICE_ACCOUNT_KEY}", "GSC_SITE_URL": "${GSC_SITE_URL}" }, "description": "[PROJECT-SPECIFIC] Google Search Console - search analytics, sitemaps, indexing" }, "google-analytics": { "command": "npx", "args": ["-y", "google-analytics-mcp"], "env": { "GA4_PROPERTY_ID": "${GA4_PROPERTY_ID}", "GOOGLE_SERVICE_ACCOUNT_KEY": "${GOOGLE_SERVICE_ACCOUNT_KEY}" }, "description": "[PROJECT-SPECIFIC] Google Analytics 4 - traffic, behavior, conversions (200+ metrics)" }, "posthog": { "command": "npx", "args": ["-y", "posthog-mcp"], "env": { "POSTHOG_API_KEY": "${POSTHOG_API_KEY}", "POSTHOG_PROJECT_ID": "${POSTHOG_PROJECT_ID}" }, "description": "[PROJECT-SPECIFIC] PostHog - product analytics, funnels, feature flags" }, "stripe": { "command": "npx", "args": ["-y", "@stripe/mcp", "--tools=all"], "env": { "STRIPE_SECRET_KEY": "${STRIPE_SECRET_KEY}" }, "description": "[PROJECT-SPECIFIC] Stripe - revenue, subscriptions, payments" }, "dataforseo": { "command": "npx", "args": ["-y", "dataforseo-mcp"], "env": { "DATAFORSEO_LOGIN": "${DATAFORSEO_LOGIN}", "DATAFORSEO_PASSWORD": "${DATAFORSEO_PASSWORD}" }, "description": "[PAID] DataForSEO - search volume, SERP, keywords, backlinks, competitor domains" } } }