Skip to content
Claude Desktop

AI Index Network for Claude Desktop

io.github.willians2018/ai-index-network

Answers questions about a business using its indexed website content, with cited sources.

client:Claude Desktop transport:streamable-http

Install AI Index Network in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ai-index-network": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.aindex-ai.com/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

AI Index Network in other clients