MCP Advisor
MCP Advisor
MCPサーバーは、AIアシスタントがMCP AdvisorレジストリからMCPサーバーを閲覧、検索、発見できるようにするものです。
レジストリデータは、公式MCPレジストリの静的スナップショットであり、定期的に更新され、 ウェブに公開されています。すべての検索とルックアップはパッケージ内でローカルに実行されるため、 アカウントもトラッキングもなく、依存するバックエンドもありません。
インストール
# Run directly (recommended)
uvx mcp-advisor
# Or install globally
pip install mcp-advisorRelated MCP server: MCP Registry Server
使用方法
Claude Desktop の場合
claude_desktop_config.json に追加します:
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": ["mcp-advisor"]
}
}
}Cursor の場合
.cursor/mcp.json に追加します:
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": ["mcp-advisor"]
}
}
}スタンドアロン
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)ツール
ツール | 説明 |
| フィルター(クエリ、トランスポート、レジストリタイプ、タグ、並び順)でMCPサーバーを検索 |
| 特定のサーバーの詳細情報を取得 |
| Claude Desktop、Cursor、opencode、または汎用のインストール設定を取得 |
| GitHubスターと最近のアクティビティでトレンドのサーバーを取得 |
| レジストリの統計情報を取得 |
| サーバー数付きの全タグを一覧表示 |
ライセンス
MIT - Luca Stucchi
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAquality-maintenanceEnables AI assistants to discover, retrieve details about, and manage MCP (Model Context Protocol) servers that provide additional tools and capabilities on demand.56310
- Alicense-qualityDmaintenanceEnables 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.463MIT
- 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.1364MIT

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.6100MIT
Related MCP Connectors
Discover and recommend retriever MCP servers. Includes top picks and install config tools.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Search and browse every MCP server in the Model Context Protocol registry.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stucchi/mcp-advisor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server