- Home
- MCP servers
- MCP Advisor
MCP Advisor
- python
0
GitHub Stars
python
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"stucchi-mcp-advisor": {
"command": "mcp-advisor",
"args": []
}
}
}MCP Advisor is an MCP server that lets your AI assistant browse, search, and discover MCP servers from the MCP Advisor registry. It enables quick access to a curated catalog of MCP endpoints to enhance your AI workflows.
How to use
You can use MCP Advisor with an MCP client to discover and interact with MCP servers in the registry. The server supports a default stdio transport for local operation, as well as an SSE transport if you prefer streaming updates. When you start the server, you can browse available servers, view details, install configurations, and manage your starred servers.
How to install
Prerequisites: ensure you have Python and pip installed on your system.
pip install mcp-advisor
Run and configure the server
You can run MCP Advisor in different modes. Use the default stdio transport for local use, or opt for SSE transport for streaming.
mcp-advisor
# SSE transport
mcp-advisor --transport sse
# Authenticated mode for starring servers (replace YOUR_TOKEN with your actual token)
mcp-advisor --api-token YOUR_TOKEN
Configuration with MCP clients
To integrate MCP Advisor into your MCP client setup, include the MCP Advisor server as an MCP endpoint using its standard command. This enables your assistant to browse and interact with the registry directly from your client.
Important notes
Starring and retrieving your starred servers requires authentication. Always protect your API tokens and avoid sharing them in logs or public configurations.
Available tools
search_servers
Search MCP servers with filters such as query, transport, registry type, tag, and sort.
get_server_details
Retrieve full details about a specific MCP server.
get_install_instructions
Get install configurations for Claude Desktop, Cursor, or generic usage.
star_server
Star a server to save it to your favorites (requires an authentication token).
unstar_server
Remove a starred server (requires an authentication token).
list_starred_servers
List your starred servers (requires an authentication token).
get_trending_servers
Fetch trending servers by star count.
get_registry_stats
Obtain current registry statistics.
browse_tags
List all tags with counts of servers.