Skip to content
Claude Desktop

Quorel for Claude Desktop

io.github.var-raphael/quorel

Turn any public website into a clean, versioned, queryable API — with native MCP support.

client:Claude Desktop transport:sse

Install Quorel in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "quorel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://quorel.onrender.com/mcp/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Quorel in other clients