awesome-mcp-clients (MCP Server)

GitHub

A collection of MCP clients.

6,548 stars TypeScript MCP Ready Full Docs Skills View Markdown #clients#mcp

Claude Desktop Configuration

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

{
  "mcpServers": {
    "awesome-mcp-clients": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-mcp-clients"
      ]
    }
  }
}