LlamaIndex
Freeby AI Labs
Data framework for LLM applications with document loaders and indexing.
v1.0.0Added Jan 28, 2025
llamaindexragframework
LlamaIndex MCP Server
Data framework for LLM applications with document loaders and indexing.
Features
- Document loaders
- Indexes
- Query engines
- Agents
- Response synthesis
Installation
{
"mcpServers": {
"llamaindex": {
"command": "npx",
"args": ["-y", "mcp-llamaindex"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-llamaindex
Add to claude_desktop_config.json
{
"mcpServers": {
"llamaindex": {
"command": "npx",
"args": ["-y", "mcp-llamaindex"]
}
}
}