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.
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
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
mcp_advisor-1.0.0.tar.gz
(120.3 kB
view details)
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-1.0.0.tar.gz.
File metadata
- Download URL: mcp_advisor-1.0.0.tar.gz
- Upload date:
- Size: 120.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3be2bbdbdb5ec6e1e856a049f290187631a878daa04a583480c05ef11a3dcf00
|
|
| MD5 |
12d53456689bddfceca38917fd9b58ae
|
|
| BLAKE2b-256 |
7f5aa68a836bc1c174adedd9f11b30c7331728ed3d207ad65a71e8d98b1bd281
|
File details
Details for the file mcp_advisor-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mcp_advisor-1.0.0-py3-none-any.whl
- Upload date:
- Size: 11.3 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 |
6d79d2af9c27e7263c6e742b08823c66187d6950e0e13b4a671f042522186b21
|
|
| MD5 |
bffa92e21b05b25ee58a189d2c0d7fb9
|
|
| BLAKE2b-256 |
139c50c10634cc3cacb1083b58d171668a1cca18742fb42e8862ecaadb599c9a
|