llama_index (MCP Server)

GitHub

LlamaIndex is the leading document agent and OCR platform

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "llama_index": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-llama_index"
      ]
    }
  }
}