Skip to content
Grok

Quorel for Grok

io.github.var-raphael/quorel

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

client:Grok transport:sse

Install Quorel in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "quorel": {
      "type": "sse",
      "url": "https://quorel.onrender.com/mcp/sse"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Quorel in other clients