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.
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" }
}
}
npx -y mcp-server-mcppedia
search_servers — search the catalog by keyword, category, transport or scoreget_trending — what is gaining stars and downloads this weekget_server_details — full record for one server, including its security findingscompare_servers — put two or more candidates side by sideget_install_config — the exact config block to paste into a clientEvery server is scored 0-100 across security (CVE scanning, tool poisoning, auth), maintenance, documentation, compatibility and token efficiency. See the scoring methodology.
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.