Search, evaluate, and compare 17,000+ MCP servers — each scored on security, maintenance, and efficiency.
Config is the same across clients — only the file and path differ.
{
"args": [
"-y",
"mcp-server-mcppedia"
],
"command": "npx"
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for discovering, evaluating, and comparing MCP servers via the MCPpedia catalog. Every server is scored on security, maintenance, efficiency, documentation, and compatibility — with real CVE scanning and tool poisoning detection. Search servers, get detailed security breakdowns, compare side-by-side, and grab install configs for any MCP client.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-server-mcppedia against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / developer-tools
Web and local search using Brave Search API
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for MCPpedia and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Search, evaluate, and compare 17,000+ MCP servers from the MCPpedia catalog. Every server is scored on security, maintenance, efficiency, documentation, and compatibility — with real CVE scanning and tool poisoning detection.
| Tool | Description |
|---|---|
search_servers | Search by keyword, category, or minimum score |
get_server_details | Full details: scoring breakdown, tools list, install configs. Pass security: true for a deep security report with CVE/poisoning/injection evidence |
compare_servers | Side-by-side comparison across all 5 scoring dimensions |
get_install_config | Ready-to-use config for Claude Desktop, Cursor, Claude Code, Windsurf (elicits the client if omitted) |
get_trending | Top-rated, most starred, or newest servers by category |
get_category_tree | Every category with server counts — call before search_servers to narrow scope |
what_changed | Servers rescored since a given ISO-8601 timestamp |
Every tool returns both a markdown summary and structured JSON (structuredContent) so MCP clients can render scores/tables natively. List-shaped tools also emit resource_link content blocks pointing at mcppedia://server/{slug} so users can click-to-attach a result.
| URI | Description |
|---|---|
mcppedia://trending | Top 20 servers by score |
mcppedia://server/{slug} | Full record for one server |
mcppedia://category/{name} | Top servers in a category |
| Prompt | Args | What it does |
|---|---|---|
audit-my-mcp-setup | — | Audits every MCP server you have installed |
find-alternative | slug | Suggests a safer / higher-scored replacement |
security-review | slug | Long-form security writeup |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"MCPpedia": {
"command": "npx",
"args": ["-y", "mcp-server-mcppedia"]
}
}
}
claude mcp add MCPpedia -- npx -y mcp-server-mcppedia
Add to .cursor/mcp.json:
{
"mcpServers": {
"MCPpedia": {
"command": "npx",
"args": ["-y", "mcp-server-mcppedia"]
}
}
}
Add to your MCP config:
{
"mcpServers": {
"MCPpedia": {
"command": "npx",
"args": ["-y", "mcp-server-mcppedia"]
}
}
}
Run the server with --http to expose it as a Streamable HTTP endpoint (MCP 2025-03-26 transport):
npx mcp-server-mcppedia --http
# Listening on port 8080, endpoint POST /mcp, health GET /healthz
Set a custom port with PORT=3001 npx mcp-server-mcppedia --http. CORS_ORIGIN controls the browser CORS allow-list.
A manifest.json is included for one-click install in Claude Desktop. Zip the package with dxt pack (from @anthropic-ai/dxt) and distribute the resulting .dxt.
A smithery.yaml + Dockerfile are included — deploy as a hosted MCP server at smithery.ai.
Your AI Agent → MCPpedia MCP Server → mcppedia.org/api/mcp → Database
(local) (local) (rate-limited, cached)
The MCP server calls the MCPpedia public API — no API keys needed. Your credentials stay safe on the server side.
| Transport | Use case | Command |
|---|---|---|
| stdio (default) | Loc |