
Floom
Turn a Python function into a shareable mini-app from the IDE using Floom deploy MCP tools and API keys.
Overview
Floom MCP is an Operate-phase MCP server that deploys Python functions as web apps with auto-generated UI, REST API, and shareable links on the Floom platform.
What is this MCP server?
- Deploys Python functions as web apps with generated UI and REST API
- Returns shareable links suitable for demos and internal tools
- npm package @floomhq/mcp-server with stdio transport (v0.1.6)
- Requires FLOOM_BASE_URL and FLOOM_API_KEY environment variables
- Server version 0.1.6; npm identifier @floomhq/mcp-server
- 2 required environment variables: FLOOM_BASE_URL and FLOOM_API_KEY
- stdio transport; repository github.com/floomhq/floom
What problem does it solve?
You can write a Python utility in minutes but still lose an afternoon wiring hosting, a minimal UI, and a public URL.
Who is it for?
Python-first solo builders using Floom who want agent-driven deploys and demo links without maintaining a custom PaaS config repo.
Skip if: Teams on fixed Kubernetes or Vercel-only workflows, non-Python stacks, or workloads that must stay entirely offline.
What do I get? / Deliverables
With Floom MCP registered, your agent can deploy the function to Floom and hand you a hosted app and API endpoint from the conversation.
- Deployed Floom web app with generated UI for your Python function
- REST API endpoint and shareable link surfaced through agent tool calls
- Repeatable agent-driven deploy path on Floom v0.1.6
Recommended MCP Servers
Journey fit
Primary journey home is Operate → Infra because the server’s value is shipping and running functions on Floom’s platform. Infra subphase fits MCP tools that provision apps, URLs, and APIs on Floom rather than editing frontend components or writing specs.
How it compares
MCP deploy control plane for Floom, not a local Python linter skill or generic Dockerfile generator.
Common Questions / FAQ
Who is Floom MCP for?
Solo builders and small teams on Floom who deploy Python functions and want those deploy steps available as MCP tools in Claude Code, Cursor, or similar agents.
When should I use Floom MCP?
Use it in Operate when you are publishing or updating a Python function as a hosted web app with UI and REST access, especially for demos and internal tools.
How do I add Floom MCP to my agent?
Install @floomhq/mcp-server from npm, configure stdio in your MCP client, set FLOOM_BASE_URL and FLOOM_API_KEY, then reload the agent so Floom deploy tools are available.