The only file you need. Copy-paste MCP configurations for the 50 most popular tools and services.
Works with Claude Code, Cursor, and any MCP-compatible client.
- Find the tool you use below
- Copy the JSON snippet
- Add it to your
.mcp.jsonfile in your project root - Set the environment variable
- Restart your AI tool
Combine multiple servers in a single .mcp.json:
{
"mcpServers": {
"server-1": { "url": "${VAR_1}" },
"server-2": { "url": "${VAR_2}" }
}
}Get SSE endpoint URLs by deploying servers on the Vinkius AI Gateway.
{ "github": { "url": "${VINKIUS_GITHUB_MCP_URL}" } }Repos, issues, PRs, Actions, code search — Deploy
{ "gitlab": { "url": "${VINKIUS_GITLAB_MCP_URL}" } }Repos, CI/CD, merge requests — Deploy
{ "linear": { "url": "${VINKIUS_LINEAR_MCP_URL}" } }Issues, projects, cycles — Deploy
{ "sentry": { "url": "${VINKIUS_SENTRY_MCP_URL}" } }Error tracking, performance — Deploy
{ "figma": { "url": "${VINKIUS_FIGMA_MCP_URL}" } }Design files, components, tokens — Deploy
{ "postgres": { "url": "${VINKIUS_POSTGRESQL_MCP_URL}" } }Query, schema, migrations — Deploy
{ "mongodb": { "url": "${VINKIUS_MONGODB_MCP_URL}" } }Documents, aggregations, indexes — Deploy
{ "redis": { "url": "${VINKIUS_REDIS_MCP_URL}" } }Key-value, caching, pub/sub — Deploy
{ "supabase": { "url": "${VINKIUS_SUPABASE_MCP_URL}" } }PostgreSQL, auth, storage, realtime — Deploy
{ "airtable": { "url": "${VINKIUS_AIRTABLE_MCP_URL}" } }Tables, records, views — Deploy
{ "s3": { "url": "${VINKIUS_AWS_S3_MCP_URL}" } }Buckets, objects, presigned URLs — Deploy
{ "cloudflare": { "url": "${VINKIUS_CLOUDFLARE_MCP_URL}" } }DNS, Workers, R2, Pages — Deploy
{ "vercel": { "url": "${VINKIUS_VERCEL_MCP_URL}" } }Deployments, domains, env vars — Deploy
{ "slack": { "url": "${VINKIUS_SLACK_MCP_URL}" } }Messages, channels, search — Deploy
{ "discord": { "url": "${VINKIUS_DISCORD_MCP_URL}" } }Servers, channels, messages — Deploy
{ "telegram": { "url": "${VINKIUS_TELEGRAM_MCP_URL}" } }Messages, bots, groups — Deploy
{ "hubspot": { "url": "${VINKIUS_HUBSPOT_MCP_URL}" } }Contacts, deals, companies, pipelines — Deploy
{ "salesforce": { "url": "${VINKIUS_SALESFORCE_MCP_URL}" } }Leads, opportunities, accounts — Deploy
{ "pipedrive": { "url": "${VINKIUS_PIPEDRIVE_MCP_URL}" } }Deals, contacts, activities — Deploy
{ "stripe": { "url": "${VINKIUS_STRIPE_MCP_URL}" } }Payments, subscriptions, invoices — Deploy
{ "paypal": { "url": "${VINKIUS_PAYPAL_MCP_URL}" } }Payments, refunds, disputes — Deploy
{ "ga": { "url": "${VINKIUS_GA_MCP_URL}" } }Traffic, events, audiences, reports — Deploy
{ "mixpanel": { "url": "${VINKIUS_MIXPANEL_MCP_URL}" } }Events, funnels, cohorts — Deploy
{ "posthog": { "url": "${VINKIUS_POSTHOG_MCP_URL}" } }Events, feature flags, session replay — Deploy
{ "memory": { "url": "${VINKIUS_MEM0_MCP_URL}" } }Persistent agent memory — Deploy
{ "openai": { "url": "${VINKIUS_OPENAI_MCP_URL}" } }GPT, DALL-E, Whisper, embeddings — Deploy
{ "vectors": { "url": "${VINKIUS_PINECONE_MCP_URL}" } }Vector search, embeddings — Deploy
{ "drive": { "url": "${VINKIUS_GOOGLE_DRIVE_MCP_URL}" } }Files, folders, sharing — Deploy
{ "sheets": { "url": "${VINKIUS_GOOGLE_SHEETS_MCP_URL}" } }Spreadsheets, ranges, formulas — Deploy
{ "notion": { "url": "${VINKIUS_NOTION_MCP_URL}" } }Pages, databases, blocks — Deploy
{ "todoist": { "url": "${VINKIUS_TODOIST_MCP_URL}" } }Tasks, projects, labels — Deploy
{ "shopify": { "url": "${VINKIUS_SHOPIFY_MCP_URL}" } }Products, orders, customers — Deploy
{ "wordpress": { "url": "${VINKIUS_WORDPRESS_MCP_URL}" } }Posts, pages, media, users — Deploy
{ "datadog": { "url": "${VINKIUS_DATADOG_MCP_URL}" } }Metrics, logs, traces, dashboards — Deploy
{ "pagerduty": { "url": "${VINKIUS_PAGERDUTY_MCP_URL}" } }Incidents, schedules, escalations — Deploy
{ "search": { "url": "${VINKIUS_EXA_AI_MCP_URL}" } }Neural web search for AI — Deploy
{ "algolia": { "url": "${VINKIUS_ALGOLIA_MCP_URL}" } }Search-as-a-service, indexing — Deploy
{ "twitter": { "url": "${VINKIUS_TWITTER_MCP_URL}" } }Posts, timelines, search — Deploy
{ "snowflake": { "url": "${VINKIUS_SNOWFLAKE_MCP_URL}" } }Data warehouse, SQL queries — Deploy
{ "bigquery": { "url": "${VINKIUS_BIGQUERY_MCP_URL}" } }Serverless analytics, SQL — Deploy
This cheatsheet covers the 50 most popular MCP servers. The Vinkius AI Gateway offers 2,600+ servers across every category. Browse the full catalog at vinkius.com/en/categories.
MIT — Vinkius Labs