Skip to content
Grok

Sakupa for Grok

io.github.myerwang/sakupa

Publish and manage AI-made static websites from your AI tool: free previews, hosting, domains.

client:Grok transport:stdio runtime:npm

Install Sakupa in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sakupa": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sakupa/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

Sakupa in other clients