MCP Hub
Back to servers

MCP Advisor

Browse, search, and discover MCP servers from your AI assistant

Registry
Updated
Feb 22, 2026

Quick Install

uvx mcp-advisor

MCP Advisor

MCP Advisor

An MCP server that lets your AI assistant browse, search, and discover MCP servers from the MCP Advisor registry.

Installation

pip install mcp-advisor

Usage

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-advisor": {
      "command": "mcp-advisor"
    }
  }
}

With Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "mcp-advisor": {
      "command": "mcp-advisor"
    }
  }
}

Standalone

mcp-advisor                          # stdio transport (default)
mcp-advisor --transport sse          # SSE transport
mcp-advisor --api-token YOUR_TOKEN   # authenticated (for starring)

Tools

ToolDescription
search_serversSearch MCP servers with filters (query, transport, registry type, tag, sort)
get_server_detailsGet full details about a specific server
get_install_instructionsGet install config for Claude Desktop, Cursor, or generic
star_serverStar a server (requires auth token)
unstar_serverRemove a star (requires auth token)
list_starred_serversList your starred servers (requires auth token)
get_trending_serversGet trending servers by star count
get_registry_statsGet registry statistics
browse_tagsList all tags with server counts

License

MIT - Luca Stucchi

Reviews

No reviews yet

Sign in to write a review