Skip to main content
Glama
mcpindex-ai

mcp-server-mcpindex

Official
by mcpindex-ai

mcp-server-mcpindex

MCPサーバーを見つけるためのMCPサーバー。

エージェントがエージェントループ内から他のMCPサーバーを検索、比較、インストールできるようにするドロップインMCPサーバーです。公式レジストリから毎日インデックス化される3,500以上のMCPサーバーを網羅した、エージェントネイティブなインデックスである mcpindex.ai によってサポートされています。

インストール

npm install -g mcp-server-mcpindex

Claude Desktopから使用する

~/Library/Application Support/Claude/claude_desktop_config.json に以下を追加します:

{
  "mcpServers": {
    "mcpindex": {
      "command": "npx",
      "args": ["-y", "mcp-server-mcpindex"]
    }
  }
}

Claude Desktopを再起動します。その後、次のように尋ねてください:

"PDFを読み取り、その内容をS3に書き込むことができるMCPサーバーを見つけて。"

Claudeは recommend_mcp_for_task を呼び出し、インストールコマンド付きで上位3つのサーバーを返します。

Cursorから使用する

.cursor/mcp.json に以下を追加します:

{
  "mcpServers": {
    "mcpindex": {
      "command": "npx",
      "args": ["-y", "mcp-server-mcpindex"]
    }
  }
}

Clineから使用する

Clineの設定に以下を追加します:

npx -y mcp-server-mcpindex

公開されているツール

ツール

機能

recommend_mcp_for_task

自然言語のタスクを渡します。理由、インストールコマンド、品質スコアを含む上位3つのサーバーを返します。

search_mcp_servers

レジストリ全体に対するキーワード検索およびセマンティック検索。カテゴリフィルタも利用可能。

get_install_command

サーバーとターゲットクライアント(Claude Desktop、Cursor、Cline、Zed)の正確なインストールJSONを取得します。

compare_servers

2〜5つのサーバーのサイドバイサイド比較(品質スコア、インストールパス、環境変数など)。

バックエンド

デフォルトでは、呼び出しは https://mcpindex.ai に送信されます。セルフホストする場合は MCPINDEX_API_BASE=... で上書きしてください。

無料枠は1IPあたり毎分60リクエストに制限されています。より高いスループットを実現するための有料キーも準備中です。

ライセンス

MIT。

プロジェクト

非公式です。Anthropicとは提携していません。

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/mcpindex-ai/mcp-server-mcpindex'

If you have feedback or need assistance with the MCP directory API, please join our Discord server