MCP server to browse, search, and discover MCP servers from the MCP Advisor registry
Project description
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-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 --data-url http://localhost:8000 # custom snapshot source (or a local dir)
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, 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 |
License
MIT - Luca Stucchi
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_advisor-2.0.0.tar.gz.
File metadata
- Download URL: mcp_advisor-2.0.0.tar.gz
- Upload date:
- Size: 122.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bae89e5fe81b533c28d3fc172baa17ad983882cf3e2bc060ed0293b509a258c
|
|
| MD5 |
b3d2c78a95a8546500651511ab489dc1
|
|
| BLAKE2b-256 |
e7e5ef0f24559b8f353bdf032e9838f494393256da5dcc31cfa9261a0c194ce1
|
File details
Details for the file mcp_advisor-2.0.0-py3-none-any.whl.
File metadata
- Download URL: mcp_advisor-2.0.0-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d99c8054a9aa53939ba1241e7d4280ca6e9f4ae8632c9a86fc7d7e2f4e31ef63
|
|
| MD5 |
03e65843649663ad590aa05256a36482
|
|
| BLAKE2b-256 |
c62da124931778427d6047734374a6d45051ebf03ecddee5c1433a9410aa5a27
|