MCP Advisor
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Advisorfind an MCP server for web scraping"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Advisor
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.
Installation
# Run directly (recommended)
uvx mcp-advisor
# Or install globally
pip install mcp-advisorRelated MCP server: MCP Registry Server
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 --data-url http://localhost:8000 # custom snapshot source (or a local dir)Tools
Tool | Description |
| Search MCP servers with filters (query, transport, registry type, tag, sort) |
| Get full details about a specific server |
| Get install config for Claude Desktop, Cursor, opencode, or generic |
| Get trending servers by GitHub stars and recent activity |
| Get registry statistics |
| List all tags with server counts |
License
MIT - Luca Stucchi
This server cannot be deployed
Maintenance
Related MCP Connectors
Search and install 4,000+ security-scanned MCP servers from inside any MCP-aware AI client.
Search the official MCP registry: 17,000+ servers with trust grades, stars, tools, install config.
Capability registry for the agentic economy. Semantic search over verified MCP server listings.
Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.
Related MCP Servers
- AlicenseAqualityNot gradedmaintenanceEnables AI assistants to discover, retrieve details about, and manage MCP (Model Context Protocol) servers that provide additional tools and capabilities on demand.563 npm10-
- AlicenseNot gradedqualityDmaintenanceEnables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.26 npm3MIT
- AlicenseBqualityDmaintenanceEnables discovery and search of available MCP servers through the official MCP Registry. Supports browsing servers with pagination and filtering to find the right MCP tools for your needs.119 npm4MIT

mcp-server-mcpindexofficial
AlicenseAqualityBmaintenanceEnables agents to discover, compare, and install other MCP servers using natural language tasks, backed by a searchable index of thousands of servers.632 npmMIT