Back to MCP Servers
🔌

shinpr/mcp-local-rag

MIT

📇 🏠 - Privacy-first document search server running entirely locally. Supports semantic search over PDFs, DOCX, TXT, and Markdown files with LanceDB vector storage and local embeddings - no API keys

TypeScriptSearch

Install

npx -y -y mcp-local-rag

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "shinpr-mcp-local-rag": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "mcp-local-rag"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.