private-gpt (MCP Server)

GitHub

Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more. Works with any OpenAI-compatible inference server.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "private-gpt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-private-gpt"
      ]
    }
  }
}