Description

A curated list of Model Context Protocol servers optimized for Claude AI assistants.

Installation

npx -y awesome-claude-mcp-servers
npm install awesome-claude-mcp-servers
git clone https://github.com/win4r/Awesome-Claude-MCP-Servers

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "awesome-claude-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-mcp-servers"
      ]
    }
  }
}