Llama Cloud
Freeby MCP Community
The official MCP Server for the Llama Cloud API
v2.3.0Added Apr 12, 2026
Llama Cloud MCP Server
The official MCP Server for the Llama Cloud API
Installation
npx -y @llamaindex/llama-cloud-mcp
Reviews
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"]
}
}
}