Best MCP Servers for Claude Code

Claude Code is Anthropic's agentic coding tool that runs directly in your terminal. These MCP servers extend its capabilities with file system access, GitHub integration, database querying, and web automation — all with verified security scores.

🤖 The agent-native coding assistant
12 Verified Picks
Claude Desktop Config Format
1-click Install

One-Command Install

Install all 12 recommended servers for Claude Code with a single command:

npx mymcpshelf add context7-mcp-server mindsdb-mcp-server 1panel-mcp-server mastra-docs github-official-mcp-server playwright-browser-automation microsoft-playwright-mcp activepieces-mcp fastmcp figma-context-mcp serena-mcp google-genai-toolbox

Claude Code Configuration

Add this to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "context7-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7"
      ]
    },
    "mindsdb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mindsdb"
      ]
    },
    "1panel-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "1panel-mcp"
      ]
    },
    "mastra-docs": {
      "command": "npx",
      "args": [
        "-y",
        "@mastra/mcp-docs-server"
      ]
    },
    "github-official-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@github/mcp-server"
      ]
    },
    "playwright-browser-automation": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp"
      ]
    },
    "microsoft-playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/playwright-mcp"
      ]
    },
    "activepieces-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@activepieces/mcp"
      ]
    },
    "fastmcp": {
      "command": "npx",
      "args": [
        "-y",
        "fastmcp"
      ]
    },
    "figma-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figma-context-mcp"
      ]
    },
    "serena-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "serena-mcp"
      ]
    },
    "google-genai-toolbox": {
      "command": "npx",
      "args": [
        "-y",
        "@google/genai-toolbox"
      ]
    }
  }
}

Verified Picks for Claude Code

Security-scanned, ranked by relevance and popularity

Deep Dive: Claude Code + MCP

Read the editorial guide for detailed setup instructions, advanced configurations, and real-world use cases.

Other Agents

Find MCP server recommendations for your preferred coding assistant:

Need a Custom MCP System?

Configuration & integration for your stack — from tool selection to production deployment. The directory recommends. The consultancy configures.

Get Started →