public-mcp-servers

dev48v/public-mcp-servers
★ 0 stars JavaScript File System Updated 4d ago
An open directory of MCP (Model Context Protocol) servers — 122+ hand-curated with connect configs for Claude Code / Desktop / Cursor / VS Code, plus a catalog synced from every public MCP registry (official, Smithery, Glama, awesome-mcp-servers). Sister site of public-apis.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "public-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "dev48v/public-mcp-servers"
      ]
    }
  }
}