Skip to content

stucchi/mcp-advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Advisor

MCP Advisor

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

Installation

# Run directly (recommended)
uvx mcp-advisor

# Or install globally
pip install mcp-advisor

Usage

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-advisor": {
      "command": "uvx",
      "args": ["mcp-advisor"]
    }
  }
}

With Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "mcp-advisor": {
      "command": "uvx",
      "args": ["mcp-advisor"]
    }
  }
}

Standalone

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

Tools

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

License

MIT - Luca Stucchi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages