About
Overview
The LlamaIndex MCP Server enables AI agents to use LlamaIndex for building retrieval-augmented generation pipelines. It provides tools for indexing documents, querying indexes, and managing data connectors.
Capabilities
Tools & Capabilities
⚡query_index
Query a LlamaIndex index
⚡index_documents
Index new documents
⚡list_indexes
List available indexes
Setup
Installation
bash
Install
pip install mcp-server-llamaindexExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"llamaindex": {
"command": "python",
"args": ["-m", "mcp_server_llamaindex"]
}
}
}Quick Info
Authorrun-llama
LanguagePython
StatusStable
Stars★ 180
Last UpdatedFeb 12, 2026