Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-advisor": {
"args": [
"mcp-advisor"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server that lets your AI assistant browse, search, and discover MCP servers from the MCP Advisor registry.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'mcp-advisor' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-advisor 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 developer-tools / search
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for Advisor MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server that lets your AI assistant browse, search, and discover MCP servers from the MCP Advisor registry.
The registry data is a static snapshot of the official MCP registry, refreshed regularly and published to the web. All search and lookup runs locally in the package — there is no account, no tracking, and no backend to depend on.
# Run directly (recommended)
uvx mcp-advisor
# Or install globally
pip install mcp-advisor
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": ["mcp-advisor"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": ["mcp-advisor"]
}
}
}
uvx mcp-advisor # stdio transport (default)
uvx mcp-advisor --transport sse # SSE transport
uvx mcp-advisor --data-url http://localhost:8000 # custom snapshot source (or a local dir)
| Tool | Description |
|---|---|
search_servers | Search MCP servers with filters (query, transport, registry type, tag, sort) |
get_server_details | Get full details about a specific server |
get_install_instructions | Get install config for Claude Desktop, Cursor, opencode, or generic |
get_trending_servers | Get trending servers by GitHub stars and recent activity |
get_registry_stats | Get registry statistics |
browse_tags | List all tags with server counts |
MIT - Luca Stucchi