Skip to content
Grok

QuLab Infinite MCP Server for Grok

io.github.workofarttattoo/qulab-infinite-mcp

QuLab MCP remote server (Streamable HTTP) for computational science and lab tools.

client:Grok transport:streamable-http

Install QuLab Infinite MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "qulab-infinite-mcp": {
      "type": "http",
      "url": "https://workofarttattoo-qulab-mcp.azurewebsites.net/mcp"
    }
  }
}

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

QuLab Infinite MCP Server in other clients