# HKUDS/LightRAG | Model Context Protocol (MCP) Server > [EMNLP2025] "LightRAG: Simple and Fast Retrieval-Augmented Generation" - **Stars**: ⭐ 38,814 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "LightRAG": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-LightRAG" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "LightRAG": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-LightRAG" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-LightRAG` - **Docker**: `docker run -i --rm mcp/LightRAG`