mcpindex-web

mcpindex-ai/mcpindex-web
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 1d ago
The agent-native index of MCP servers — discovery layer over the official MCP registry.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpindex-web": {
      "command": "npx",
      "args": [
        "-y",
        "mcpindex-ai/mcpindex-web"
      ]
    }
  }
}

README Excerpt

> The agent-native index of MCP servers. Discovery layer + drop-in MCP server for finding the right MCP server at inference time, not the developer browsing a sidebar. 1. **Recommendation API** — `GET /api/v1/recommend?task=<NL>` returns top 3 ranked picks with reasoning + install commands. 2. **Drop-in MCP server** — `npm install -g mcp-server-mcpindex`. Add to Claude Desktop / Cursor / Cline / Zed.