Description

A MCP server connecting to managed indexes on LlamaCloud.

Installation

npx -y mcp-server-llamacloud
npm install mcp-server-llamacloud
git clone https://github.com/run-llama/mcp-server-llamacloud

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "llamacloud-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-llamacloud"
      ]
    }
  }
}