Skip to content
Grok

floom for Grok

io.github.floomhq/floom

Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links.

client:Grok transport:stdio runtime:npm

Install floom 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": {
    "floom": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@floomhq/mcp-server"
      ],
      "env": {
        "FLOOM_BASE_URL": "<FLOOM_BASE_URL>",
        "FLOOM_API_KEY": "<FLOOM_API_KEY>"
      }
    }
  }
}

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

floom in other clients