pypi mcp-advisorstdioMITupdated 2mo ago
An MCP server that lets your AI assistant browse, search, and discover MCP servers from the MCP Advisor registry.
MCP Advisor で何ができる?
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
インストール
MCP Advisor をクライアントに追加します。お使いのものを選んでください。
claude mcp add mcp-advisor -- uvx mcp-advisorcodex mcp add mcp-advisor -- uvx mcp-advisoramp mcp add mcp-advisor -- uvx mcp-advisor{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": [
"mcp-advisor"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": [
"mcp-advisor"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-advisor","command":"uvx","args":["mcp-advisor"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": [
"mcp-advisor"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": [
"mcp-advisor"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": [
"mcp-advisor"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-advisor": {
"type": "local",
"command": "uvx",
"args": [
"mcp-advisor"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-advisor": {
"command": {
"path": "uvx",
"args": [
"mcp-advisor"
]
}
}
}
}Add to your Zed `settings.json`.
uvx mcp-advisorRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
6 個のツール
MCP Advisor は接続したエージェントに 6 個のツールを提供します。
- 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
スコア
71 / 100
良好
- ドキュメント18/25
- メンテナンス22/25
- 信頼性13/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 61 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 2.0.0最新 | 2026年7月1日 |
| 1.0.0 | 2026年2月25日 |
| 0.2.5 | 2026年2月24日 |
| 0.2.4 | 2026年2月24日 |
| 0.2.3 | 2026年2月23日 |
| 0.2.2 | 2026年2月23日 |
| 0.2.1 | 2026年2月23日 |
| 0.2.0 | 2026年2月23日 |
| 0.1.1 | 2026年2月22日 |
| 0.1.0 | 2026年2月22日 |