freshcrate
Skin:/

Best MCP Servers for Claude Code in 2026

If you only want the short answer: start with everything-claude-code for a broad Claude-oriented setup, use chrome-devtools-mcp when you need real browser debugging, and add playwright-mcpwhen you want repeatable automation instead of one-off inspection.

Updated: 2026-05-15 ¡ Query targets: best MCP servers, Claude Code MCP tools, open source MCP servers

Why these picks

Claude Code users usually need one of three things: better context, real-world tool access, or browser control. The best MCP server depends on which bottleneck matters most. These picks favor practical operator value, active ecosystems, and direct usefulness inside coding and debugging loops.

Best picks

#1everything-claude-codev2.0.0Best overall Claude Code starter stack⭐163,083

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

Best for: operators who want a broad, Claude-oriented MCP setup fast

Strong fit for users who want a purpose-built Claude Code surface instead of stitching together many tiny tools first.

#2chrome-devtools-mcpchrome-devtools-mcp-v1.3.0Best for real browser debugging⭐36,585

Chrome DevTools for coding agents

Best for: frontend debugging, DOM inspection, and runtime troubleshooting

If Claude Code needs to inspect the real browser, network requests, layout, or console state, this is the most direct path.

#3playwright-mcpv0.0.76Best for deterministic browser automation⭐31,211

Playwright MCP server

Best for: repeatable end-to-end browsing, QA flows, and scripted task execution

Great when the goal is not just inspection but repeatable browser actions and workflows Claude can run reliably.

#4fastmcpv3.4.2Best for building your own MCP server quickly⭐24,733

🚀 The fast, Pythonic way to build MCP servers and clients.

Best for: developers who want to expose internal tools or custom workflows to Claude Code

Useful when the highest-value server is your own. FastMCP lowers the cost of building and shipping that interface.

#5mcp-toolboxv1.5.0Best for tool orchestration and utility breadth⭐14,733

MCP Toolbox for Databases is an open source MCP server for databases.

Best for: teams that want a wider operational toolbox rather than one narrow integration

A practical pick when Claude Code needs access to many operational helpers instead of a single product-specific bridge.

Quick comparison

projectbest usecategorysignal
everything-claude-codeoperators who want a broad, Claude-oriented MCP setup fastMCP Servers⭐163,083
chrome-devtools-mcpfrontend debugging, DOM inspection, and runtime troubleshootingMCP Servers⭐36,585
playwright-mcprepeatable end-to-end browsing, QA flows, and scripted task executionMCP Servers⭐31,211
fastmcpdevelopers who want to expose internal tools or custom workflows to Claude CodeMCP Servers⭐24,733
mcp-toolboxteams that want a wider operational toolbox rather than one narrow integrationMCP Servers⭐14,733

When to choose browser-first MCP

Choose chrome-devtools-mcp or playwright-mcp when Claude Code needs to inspect live pages, reproduce UI bugs, audit network requests, or run repeatable browser flows. If the work is UI-heavy, browser control usually beats pure file-context helpers.

When to choose context/tooling MCP

Choose everything-claude-code, fastmcp, or mcp-toolbox when the main goal is exposing internal tools, workflows, or richer local context to Claude Code. These are better fits when you want deeper custom operator leverage, not just browser execution.

MCP servers that actually improve developer productivity

The highest-value MCP servers are usually not generic. They plug Claude Code into the exact surface you are working on: docs/context, browser/UI, database/cache, infra/runtime, observability/security, or research.

docs/context

Context7 for up-to-date framework and library docs inside the coding loop.

browser/UI

Playwright for frontend flow testing, accessibility review, and browser automation.

database/cache

Postgres for schema/index/query review and Redis for cache, TTL, hot-key, and rate-limit analysis.

infra/runtime

Docker and Kubernetes for container, deployment, probe, autoscaling, and runtime inspection. Terraform for infra design review.

observability/security

Grafana and Sentry for latency, alerts, and production errors. Semgrep and Trivy for application and image vulnerability review.

research

Firecrawl for docs extraction and architecture research, plus ArXiv for practical papers on distributed systems and backpressure topics.

Related Freshcrate paths

How we chose

These picks favor practical usefulness for Claude Code workflows: browser debugging, repeatable browser automation, custom MCP server creation, and broad operational tool access. This is a decision page, not a full directory; use the package links above to keep exploring.