mcp-server-mcpindex
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-mcpindexFind an MCP server for web scraping"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-mcpindex
An MCP server for finding MCP servers.
A drop-in MCP server that lets your agent discover, compare, and install other MCP servers from inside the agent loop. Backed by mcpindex.ai — the agent-native index of 3,500+ MCP servers indexed daily from the official registry.
Install
npm install -g mcp-server-mcpindexUse it from Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"mcpindex": {
"command": "npx",
"args": ["-y", "mcp-server-mcpindex"]
}
}
}Restart Claude Desktop. Then ask:
"Find me an MCP server that can read PDFs and write the contents to S3."
Claude calls recommend_mcp_for_task and returns the top 3 ranked servers with install commands.
Use it from Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpindex": {
"command": "npx",
"args": ["-y", "mcp-server-mcpindex"]
}
}
}Use it from Cline
Add to your Cline settings:
npx -y mcp-server-mcpindexTools exposed
Tool | What it does |
| Pass a natural-language task. Returns top 3 servers with reasoning, install commands, quality scores. |
| Keyword + semantic search across the full registry. Optional category filter. |
| Get the exact install JSON for a server + a target client (Claude Desktop, Cursor, Cline, Zed). |
| Side-by-side comparison of 2-5 servers — quality scores, install paths, env vars. |
Backend
By default, calls go to https://mcpindex.ai. Override with MCPINDEX_API_BASE=... if you self-host.
The free tier is rate-limited to 60 req/min/IP. Paid keys are coming for higher throughput.
License
MIT.
Project
Website: mcpindex.ai
Methodology: mcpindex.ai/methodology
Source: github.com/mcpindex-ai
Unofficial. Not affiliated with Anthropic.
This server cannot be installed
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