Claude Code

MCP Servers for Claude Code

Claude Code is Anthropic's official coding CLI. MCP servers are first-class: add them with a single `claude mcp add` command, or commit an .mcp.json to share them with your team across every project.

102 compatible MCPsVerified setup for 2026Visit official site

Set up MCP in Claude Code

Four steps to connect your first MCP server.

  1. 1

    Pick a scope

    Use .mcp.json in the repo root for servers your team shares, or `claude mcp add` for servers only you use across every project.

  2. 2

    Add the server

    Run `claude mcp add <name> -- <command>` or drop an entry into .mcp.json's mcpServers map. Any install snippet from top-mcps.com works as-is.

  3. 3

    Handle secrets

    Reference environment variables with ${VAR_NAME} inside env so tokens stay out of the committed file.

  4. 4

    Verify with /mcp

    In a Claude Code session, run the /mcp slash command to list connected servers and their tool counts. Red status = the server failed to start; check logs with claude mcp list.

Config file locations
  • Project-scoped (shared).mcp.jsonCommit at the repo root — every teammate running Claude Code in the repo gets the same MCPs.
  • User-wide (via CLI)claude mcp add <name> -- <command> [args...]Adds to your personal Claude Code config.
Example configjson
# Add a server via the CLI
claude mcp add filesystem -- \
  npx -y @modelcontextprotocol/server-filesystem ~/code

# Or check in .mcp.json for the whole repo:
{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": ["-y", "@upstash/context7-mcp"]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@github/github-mcp-server"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
      }
    }
  }
}

Top MCPs for Claude Code

The curated starting stack — install these first.

Up-to-date library docs pulled directly into your AI context.

coding, documentation, libraries, accuracy
3 minLow
4
PostgreSQL (archived)
Archived

Anthropic's reference Postgres MCP — archived July 2025 and superseded by Postgres MCP Pro or the Supabase MCP.

database, sql, postgres, archived
3 minLow

Full browser automation: navigate, click, screenshot, and scrape.

browser, automation, scraping, puppeteer
5 minMedium

Persistent knowledge graph memory across AI conversations.

memory, persistence, knowledge-graph, agents
2 minLow

All MCPs compatible with Claude Code

102 servers verified to work with Claude Code, ranked by popularity.

Official

AI-optimized web search with cleaned, citation-ready results.

search, web, research, rag
3 minLow
Official

Run `fly mcp server` to expose flyctl operations to AI agents.

fly-io, hosting, flyctl, edge
5 minMedium
Official

Query and inspect MongoDB collections from Claude, Cursor, and VS Code.

database, nosql, mongodb, atlas
5 minLow
Official

Inspect keys, run commands, and debug Redis from an AI agent.

database, cache, redis, valkey
3 minLow

Run pre-built browser-automation Actors on managed infrastructure.

browser, automation, scraping, apify
5 minLow

Embedded and hosted vector database for AI agents — open source, zero-ops.

vector-db, chroma, embeddings, retrieval
5 minLow

Persistent memory layer for AI agents — auto-summarised, cross-session recall.

memory, mem0, recall, personalization
5 minLow

Local SQLite database access with full read/write support.

database, sqlite, local, storage
2 minLow

Retrieve web pages and convert them to clean markdown.

web, fetch, markdown, scraping
1 minLow

Local Git operations: commit, diff, log, branch, and more.

git, local, commits, diff
2 minLow
14
PostgreSQL (archived)
Archived

Anthropic's reference Postgres MCP — archived July 2025 and superseded by Postgres MCP Pro or the Supabase MCP.

database, sql, postgres, archived
3 minLow

Persistent knowledge graph memory across AI conversations.

memory, persistence, knowledge-graph, agents
2 minLow

Manage payments, customers, and subscriptions through Stripe.

stripe, payments, billing, commerce
5 minMedium
Official

Official Microsoft browser automation across Chromium, Firefox, and WebKit.

browser, automation, playwright, testing
5 minMedium
Official

Hosted, isolated Chromium runtime for AI agents that need a fresh browser per task.

browser, cloud, browserbase, automation
5 minMedium
Official

AI-native browser automation: act, observe, and extract in plain English.

browser, stagehand, browserbase, ai-automation
5 minMedium

Managed vector database for semantic search and retrieval in AI agents.

vector-db, pinecone, retrieval, embeddings
5 minMedium
Official

Manage Heroku apps, dynos, add-ons, and Postgres from an AI agent.

heroku, hosting, paas, postgres
5 minMedium
Official

Manage Droplets, App Platform, Kubernetes, and Spaces from an AI agent.

digitalocean, hosting, cloud, kubernetes
5 minMedium
24
Official

Register and manage Name.com domains via the official MCP, auto-generated from their OpenAPI.

name-com, domains, registrar, dns
5 minLow
25
Official

Send transactional and broadcast emails via the official Resend MCP.

resend, email, transactional, broadcast
2 minLow
26
Official

Manage Mailgun messaging, domains, webhooks, and analytics from an AI agent.

mailgun, email, transactional, analytics
5 minLow
Official

Neural web search and page fetch for AI agents — official remote MCP at mcp.exa.ai/mcp.

exa, search, neural, retrieval
2 minLow
Official

Search, ask, research, and reason via the official Perplexity MCP.

perplexity, search, research, sonar
3 minLow
Official

Ad-free, high-quality web search and page-to-markdown extraction from an AI agent.

kagi, search, ad-free, extraction
3 minLow
Official

Scrape, crawl, extract structured data, and search the web from an AI agent.

firecrawl, scraping, crawl, extract
3 minLow
Official

Query ClickHouse and ClickHouse Cloud columnar warehouses from an AI agent.

database, warehouse, clickhouse, olap
10 minMedium
32
Official

Search indices, inspect mappings, and run queries against Elasticsearch from an AI agent.

database, search, elasticsearch, elastic
10 minMedium
Official

Inject 1Password secrets into an AI agent's tool calls without exposing them in chat.

security, secrets, 1password, vault
8 minLow
Official

Open-source SAST scanning against custom rules from an AI agent.

security, sast, semgrep, static-analysis
5 minLow
Official

Inject secrets from Doppler into agent workflows without exposing values in chat.

security, secrets, doppler, credentials
6 minLow
Official

Send SMS, WhatsApp, and voice calls from an AI agent via Twilio.

communication, sms, whatsapp, voice
10 minLow
Official

Hosted Chromium with proxies and anti-bot evasion for AI agents.

browser, automation, hyperbrowser, proxies
6 minLow

Manage Bitbucket Cloud repos, pipelines, and pull requests from an AI agent.

git, bitbucket, atlassian, pipelines
10 minMedium
Official

Read channel messages, post replies, and trigger meetings from MS Teams.

communication, microsoft, teams, m365
20 minMedium

Inspect AWS resources, read CloudWatch logs, and audit IAM from an AI agent.

aws, cloud, cloudwatch, iam
15 minMedium

Read, write, and search across Notion pages, databases, and blocks.

notion, docs, databases, knowledge
5 minLow
Official

Triage errors, inspect traces, and query events from Sentry.

sentry, errors, monitoring, observability
3 minLow

Read products, orders, and inventory from your Shopify store.

shopify, ecommerce, products, orders
10 minMedium

Open-source vector search with payload filtering, self-hostable or managed.

vector-db, qdrant, retrieval, embeddings
10 minMedium

Browse, search, and Q&A across Box content from an AI agent — official remote MCP.

box, storage, enterprise, content
5 minMedium

Turn Make.com on-demand scenarios into agent-callable tools — official MCP.

make-com, automation, workflows, integromat
10 minMedium
Official

Manage Jira, Confluence, and Compass via the official Atlassian Rovo MCP.

atlassian, jira, confluence, rovo
3 minLow

In-process analytical SQL over files and Parquet from an AI agent.

database, olap, duckdb, parquet
2 minLow

Full GitLab API access: repos, MRs, issues, pipelines, and registries.

git, gitlab, repos, mrs
5 minLow
51
Postgres MCP ProPRO

Production-grade Postgres MCP with index advice, EXPLAIN, and health checks.

database, sql, postgres, performance
5 minMedium
Archived

Search and read Google Drive files from an AI agent (archived reference implementation).

google-drive, storage, filesystem, documents
15 minMedium

Built-in MCP for Inngest functions, events, runs, and docs — zero auth, zero config.

inngest, events, workflows, dev-server
< 1 minLow

Run read-only MySQL queries and inspect schemas from an AI agent.

database, sql, mysql, mariadb
5 minLow
Archived

Fire IFTTT applets via webhooks from an AI agent. Community MCP wrapper archived; IFTTT itself is unaffected.

automation, webhooks, ifttt, integration
4 minLow
56

Send transactional email from an AI agent — verified deliverability, audit-friendly.

email, postmark, transactional, deliverability
5 minLow

Capture context and decisions across sessions — durable agent memory in markdown.

agent, memory, context, persistence
2 minLow

Expose 8,000+ Zapier integrations as tools your AI agent can call.

zapier, automation, integrations, workflow
5 minLow

Real-time web search with privacy-focused results.

search, web, realtime, news
5 minLow

Full browser automation: navigate, click, screenshot, and scrape.

browser, automation, scraping, puppeteer
5 minMedium

Up-to-date library docs pulled directly into your AI context.

coding, documentation, libraries, accuracy
3 minLow

Read and post to Discord channels — community management for AI agents.

discord, chat, community, bot
10 minMedium

Inspect Figma designs, components, and variables from an agent.

figma, design, design-to-code, components
5 minMedium

Query webpages with structured natural language — selectors written for you.

scraping, agentql, extraction, queries
3 minLow
Archived

Personal task management with due dates — capture, schedule, and complete from chat. Community MCP package archived; Todoist itself is unaffected.

tasks, todoist, scheduling, reminders
3 minLow

Query Google BigQuery datasets from Claude, Cursor, and VS Code.

database, warehouse, bigquery, google-cloud
10 minMedium
74
Snyk (MCP archived)
Archived

Scan code and dependencies for vulnerabilities from an AI coding assistant. Standalone MCP package archived; Snyk itself remains current via its IDE integrations.

security, vulnerabilities, sast, sca
10 minMedium
Archived

Trigger and manage n8n workflows from an AI agent. Community MCP wrapper archived; n8n itself is unaffected.

automation, workflow, n8n, integration
8 minLow
Archived

Open-source workflow automation — trigger and manage from an AI agent. Community MCP wrapper archived; Activepieces itself is unaffected.

automation, workflow, activepieces, open-source
8 minLow

Send messages and read channel history from a Telegram bot in an agent.

communication, messaging, telegram, bot
6 minLow

Self-hosted Slack alternative — read and post from an AI agent.

communication, chat, mattermost, self-hosted
8 minLow

Vision-first browser automation built for AI agents.

browser, automation, browser-use, vision
10 minMedium

Self-hosted Git server — manage repos, issues, and PRs from an AI agent.

git, gitea, forgejo, codeberg
10 minMedium
82

Send email and inspect deliverability via SendGrid from an AI agent.

email, sendgrid, transactional, deliverability
10 minMedium
Archived

Secure cloud sandboxes for executing AI-generated code — npm MCP package archived; vendor recommends the hosted E2B platform.

coding, execution, sandbox, cloud
5 minLow
Official

Spin up Railway projects, services, and deploys via remote MCP with OAuth.

railway, hosting, deployment, paas
2 minLow

2,800+ apps and managed OAuth via Pipedream's hosted MCP at mcp.pipedream.com.

pipedream, automation, workflows, oauth
10 minMedium
Official

Cross-repo code search, navigation, and Deep Search via the official Sourcegraph MCP.

sourcegraph, code-search, navigation, deep-search
10 minMedium

Inspect schemas and run SQL against a Snowflake account from an AI agent.

database, warehouse, snowflake, sql
15 minMedium
88

Read dynamic and static secrets from HashiCorp Vault inside agent workflows.

security, secrets, vault, hashicorp
15 minMedium

Enterprise iPaaS — trigger Workato recipes from an AI agent.

automation, workflow, workato, ipaas
12 minMedium

Full Supabase access: database, auth, storage, and edge functions.

supabase, database, backend, postgres
5 minLow

Read and send Slack messages, manage channels and threads.

slack, messaging, communication, automation
10 minMedium

Manage Linear issues, projects, and cycles from AI context.

linear, project-management, issues, productivity
5 minMedium
Archived

Vector database with first-class hybrid (vector + keyword) and modular embeddings (MCP server archived — package no longer published).

vector-db, weaviate, hybrid-search, retrieval
10 minMedium
Archived

Open-source scheduling — booking pages, availability, and event types for AI agents. MCP wrapper is archived; the Cal.com platform itself remains current.

calendar, scheduling, cal-com, booking
5 minLow

Booking-link scheduling — share availability without exposing the raw calendar.

calendar, scheduling, calendly, booking
5 minLow
Archived

Multi-model orchestration — let Claude consult Gemini, GPT, and o-series as sub-agents. Upstream community repository archived; no further maintenance.

agent, orchestration, multi-model, consensus
10 minMedium
99
Archived

Deploy and manage Render web services, static sites, cron jobs, and Postgres from an AI agent. Official MCP server is archived; Render platform is unaffected.

render, hosting, deployment, paas
10 minMedium
100
Porkbun (MCP archived)
Archived

Manage Porkbun domains, DNS, DNSSEC, and SSL — read-only by default. Community MCP repository archived; Porkbun itself is unaffected.

porkbun, domains, registrar, dns
10 minMedium
101

Send, read, search, and label Gmail from an AI agent — community MCP with auto-OAuth.

gmail, email, community, google
15 minMedium

Open-source agentic browser automation that handles login walls and CAPTCHAs.

browser, agent, skyvern, vision
15 minHigh

FAQ: MCP in Claude Code

How do I add an MCP server to Claude Code?

Fastest path: `claude mcp add <name> -- <command> [args...]`. For servers your team should share, commit an .mcp.json at the repo root with an mcpServers map — Claude Code picks it up automatically when you run it inside that repo.

What is the difference between .mcp.json and the CLI approach?

.mcp.json is project-scoped and lives in the repo. `claude mcp add` writes to your user config and applies across projects. Use .mcp.json for team-shared MCPs (Postgres, internal APIs), CLI for personal tools (your note-taking MCP, local memory).

Can I pass environment variables to MCP servers?

Yes. In .mcp.json use the env block and reference ${VAR} to pull from your shell environment at launch. This keeps secrets out of Git while still letting the server see them at runtime.

How do I check if an MCP server is working?

Inside a Claude Code session, run the /mcp slash command. It lists each connected server, its status, and the number of tools it exposes. If a server is failing, `claude mcp list` from the shell shows the underlying error.

Does Claude Code support remote (HTTP) MCP servers?

Yes. Alongside stdio-based servers, Claude Code can connect to HTTP/SSE MCP endpoints. Use the --transport flag on `claude mcp add` to pick the transport, or specify it in the JSON entry.

Browse every MCP server → top-mcps.com