Best MCP Servers for Claude Code in 2026
MCP servers extend Claude Code with direct access to external services. The best ones install in seconds, work reliably, and save you from context-switching. Here are the top MCP servers ranked by quality, with install commands you can copy straight into your terminal.
Access GitHub repos, issues, PRs, and actions directly from Claude Code.
claude mcp add github -- npx -y @modelcontextprotocol/server-githubBrowser automation with Playwright - test, scrape, and interact with web pages.
claude mcp add playwright -- npx -y @playwright/mcpPull up-to-date library docs and code examples directly into your prompt context.
claude mcp add context7 -- npx -y @upstash/context7-mcpSecure file system access with configurable permissions and sandboxing.
claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dirAccess Figma designs, components, and design tokens from Claude Code.
claude mcp add figma --url https://figma.com/mcpManage Supabase projects, databases, auth, and storage from Claude Code.
claude mcp add supabase -- npx -y @supabase/mcp-server-supabaseCreate, read, and search Notion pages and databases from Claude Code.
claude mcp add notion -- npx -y @notionhq/mcp-serverRead and send Slack messages, search channels, and manage conversations.
claude mcp add slack -- npx -y @modelcontextprotocol/server-slackPersistent knowledge graph for storing entities, relations, and context across sessions.
claude mcp add memory -- npx -y @modelcontextprotocol/server-memoryMake HTTP requests to any URL - fetch APIs, download content, test endpoints.
claude mcp add fetch -- npx -y @modelcontextprotocol/server-fetchQuery PostgreSQL databases, inspect schemas, and run migrations.
claude mcp add postgres -- npx -y @modelcontextprotocol/server-postgres postgresql://localhost:5432/mydbRead and write SQLite databases with full SQL support.
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite /path/to/database.dbManage Docker containers, images, and compose stacks from Claude Code.
claude mcp add docker -- docker-mcp-serverAccess Sentry errors, stack traces, and issue data from your terminal.
claude mcp add sentry -- npx -y @sentry/mcp-serverManage Cloudflare Workers, KV, R2, and D1 from Claude Code.
claude mcp add cloudflare -- npx -y @cloudflare/mcp-server-cloudflareAccess Stripe payments, customers, subscriptions, and invoices from Claude Code.
claude mcp add stripe -- npx -y @stripe/mcpBrowser automation - navigate pages, take screenshots, extract data.
claude mcp add puppeteer -- npx -y @modelcontextprotocol/server-puppeteerGit operations - log, diff, blame, branch management from Claude Code.
claude mcp add git -- npx -y @modelcontextprotocol/server-gitQuery MongoDB databases, manage collections, and inspect documents.
claude mcp add mongodb -- npx -y mongodb-mcp-serverAccess Jira issues, Confluence pages, and Atlassian Cloud from Claude Code.
claude mcp add atlassian --url https://mcp.atlassian.comWeb search via Brave's API - find docs, examples, and solutions.
claude mcp add brave-search -- npx -y @modelcontextprotocol/server-brave-searchStructured step-by-step reasoning for complex problem solving.
claude mcp add sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinkingManage Linear issues, projects, and cycles from Claude Code.
claude mcp add linear -- npx -y @linear/mcp-serverSearch and read files from Google Drive, Docs, and Sheets.
claude mcp add google-drive -- npx -y @modelcontextprotocol/server-google-driveNeural search engine - find semantically relevant web content and documents.
claude mcp add exa -- npx -y exa-mcp-serverAI-optimised web search designed for LLM consumption.
claude mcp add tavily --url https://mcp.tavily.comWeb scraping and crawling - extract clean content from any website.
claude mcp add firecrawl -- npx -y firecrawl-mcpManage Neon serverless Postgres - branches, databases, and queries.
claude mcp add neon --url https://mcp.neon.techQuery Grafana dashboards, datasources, and alerts from Claude Code.
claude mcp add grafana -- grafana-mcp-serverAccess Datadog metrics, traces, and logs from Claude Code.
claude mcp add datadog --url https://mcp.datadoghq.comRead and write Redis keys, manage data structures, and run commands.
claude mcp add redis -- npx -y @modelcontextprotocol/server-redis redis://localhost:6379Access GitLab repos, merge requests, issues, and CI/CD pipelines.
claude mcp add gitlab --url https://mcp.gitlab.comManage Prisma schemas, migrations, and database queries from Claude Code.
claude mcp add prisma -- npx prisma mcpManage Vercel deployments, projects, and domains from Claude Code.
claude mcp add vercel --url https://mcp.vercel.comRun Apify actors for web scraping, automation, and data extraction.
claude mcp add apify -- npx -y @apify/actors-mcp-serverManage HubSpot contacts, deals, companies, and CRM data.
claude mcp add hubspot -- npx -y @hubspot/mcp-serverAccess PayPal transactions, orders, and payment data from Claude Code.
claude mcp add paypal -- npx -y @paypal/mcpGenerate speech, clone voices, and manage audio from Claude Code.
claude mcp add elevenlabs -- uvx elevenlabs-mcpManage Upstash Redis, Kafka, and QStash from Claude Code.
claude mcp add upstash -- npx -y @upstash/mcp-serverWeb scraping with proxy networks and browser fingerprinting.
claude mcp add bright-data -- npx -y @brightdata/mcpManage Shopify stores, products, orders, and inventory from Claude Code.
claude mcp add shopify -- npx -y @ajackus/shopify-mcp-serverQuery and manage Airtable bases, tables, and records from Claude Code.
claude mcp add airtable -- npx -y airtable-mcp-serverRead and search Obsidian vaults, notes, and knowledge graphs.
claude mcp add obsidian -- npx -y obsidian-mcp-serverAI-powered research and answers with source citations.
claude mcp add perplexity -- uvx perplexity-mcpManage Webflow sites, CMS collections, and design elements.
claude mcp add webflow --url https://mcp.webflow.comFrequently asked questions
What is an MCP server?
An MCP (Model Context Protocol) server is a plugin that gives Claude Code direct access to external services like GitHub, Slack, or databases. You install them with a single command and Claude can then use those services natively.
How many MCP servers can I run at once?
There is no hard limit. Most developers run 3-5 MCP servers covering their core workflow (e.g. GitHub, a database, and Slack). Each server runs as a lightweight process.
Are MCP servers safe to use?
Verified MCP servers from Anthropic and major vendors are safe. They run locally and you control what permissions they get. Always review the source code of community servers before installing.
How do I install an MCP server?
Run the install command in your terminal (usually starting with 'claude mcp add'). The server will be available in all future Claude Code sessions.