Home › Other › floom

floom

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

Python
★ 46 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.6)

npx -y @floomhq/mcp-server@0.1.6

Or add to your MCP client config:

{
  "mcpServers": {
    "floom": {
      "command": "npx",
      "args": [
        "-y",
        "@floomhq/mcp-server@0.1.6"
      ],
      "env": {
        "FLOOM_BASE_URL": "<YOUR_VALUE>",
        "FLOOM_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • FLOOM_BASE_URL required — Base URL of the Floom control plane
  • FLOOM_API_KEY required secret — API key for authenticating with Floom

Related servers

Data from the Official MCP Registry