LlamaIndex MCP server for data indexing
LlamaCloud MCP server providing powerful indexing and data extraction capabilities through MCP. Connect AI models to your private data.
{
"mcpServers": {
"llamacloud": {
"mcpServers": {
"llamacloud": {
"env": {
"LLAMA_CLOUD_API_KEY": "YOUR_LLAMACLOUD_API_KEY"
},
"args": [
"-y",
"@llamaindex/mcp-server"
],
"command": "npx"
}
}
}
}
}