Skip to content
Claude Desktop

floom for Claude Desktop

io.github.floomhq/floom

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

client:Claude Desktop transport:stdio runtime:npm

Install floom in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "floom": {
      "command": "npx",
      "args": [
        "-y",
        "@floomhq/mcp-server"
      ],
      "env": {
        "FLOOM_BASE_URL": "<FLOOM_BASE_URL>",
        "FLOOM_API_KEY": "<FLOOM_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

floom in other clients