Description

Awesome MCP Servers and Packages Registry and Database with Structured JSON configurations.

Installation

npx -y awesome-mcp-registry
npm install awesome-mcp-registry
git clone https://github.com/toolsdk-ai/awesome-mcp-registry

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-mcp-registry": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-mcp-registry"
      ]
    }
  }
}