Skip to content
Grok

Helmdeck for Grok

io.github.tosin2013/helmdeck

Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.

client:Grok transport:stdio runtime:npm

Install Helmdeck in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "helmdeck": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@helmdeck/mcp-bridge"
      ],
      "env": {
        "HELMDECK_URL": "<HELMDECK_URL>",
        "HELMDECK_TOKEN": "<HELMDECK_TOKEN>"
      }
    }
  }
}

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

Helmdeck in other clients