Skip to content

Llama Cloud

Free

by MCP Community

The official MCP Server for the Llama Cloud API

v2.3.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Llama Cloud MCP Server

The official MCP Server for the Llama Cloud API

Installation

npx -y @llamaindex/llama-cloud-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @llamaindex/llama-cloud-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "llama-cloud": {
      "command": "npx",
      "args": ["-y", "@llamaindex/llama-cloud-mcp"]
    }
  }
}