Local Rag Anything
Freeby MCP Community
Local RAG MCP Server with extended file support (including PPTX)
v0.1.1Added Apr 12, 2026
typescriptmcpmcp-servermodel-context-protocolrag
Local Rag Anything MCP Server
Local RAG MCP Server with extended file support (including PPTX)
Installation
Reviews
Installation
Quick install
npx -y mcp-local-rag-anything
Add to claude_desktop_config.json
{
"mcpServers": {
"local-rag-anything": {
"command": "npx",
"args": ["-y", "mcp-local-rag-anything"]
}
}
}