MCPpedia MCP Server

MCPpedia runs its own MCP server. Connect it to Claude Desktop, Claude Code, Cursor or Windsurf and you can search, compare and install from 34,000+ scored MCP servers without leaving your agent. It is free, needs no API key, and no account.

Connect it as a remote server

Add this to your client's MCP config — the same JSON works in every client, only the file path differs:

{
  "mcpServers": {
    "mcppedia": { "url": "https://mcppedia.org/mcp" }
  }
}

Or run it locally

npx -y mcp-server-mcppedia

What it can do

Every server is scored 0-100 across security (CVE scanning, tool poisoning, auth), maintenance, documentation, compatibility and token efficiency. See the scoring methodology.

Other ways to install


This URL is also the live JSON-RPC endpoint: an MCP client requesting text/event-stream gets the protocol, everyone else gets this page. Browse the catalog at mcppedia.org, or read the getting started guide.