Odel
floom

floom

Local
@floomhq45PythonMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@floomhq/mcp-serverv0.1.6

Run

npx -y @floomhq/mcp-server

MCP client config

{
  "mcpServers": {
    "floom": {
      "command": "npx",
      "args": [
        "-y",
        "@floomhq/mcp-server"
      ]
    }
  }
}