Connects Claude or Cursor directly to the MCP Advisor registry so you can browse and discover MCP servers without leaving your chat. Exposes eight tools including search with filters for transport type and tags, server details retrieval, installation config generation for different clients, and starring capabilities if you provide an API token. Useful when you're setting up a new MCP workflow and want to explore what's available, or when you need quick install snippets for Claude Desktop or Cursor without opening a browser. The trending and stats endpoints give you a view of what the community is actually using.
An MCP server that lets your AI assistant browse, search, and discover MCP servers from the MCP Advisor registry.
# 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 --api-token YOUR_TOKEN # authenticated (for starring)
| 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, or generic |
star_server | Star a server (requires auth token) |
unstar_server | Remove a star (requires auth token) |
list_starred_servers | List your starred servers (requires auth token) |
get_trending_servers | Get trending servers by star count |
get_registry_stats | Get registry statistics |
browse_tags | List all tags with server counts |
MIT - Luca Stucchi
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp