mcpbeat Sign in

Floom MCP Server

local only

Floom runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 2 Sep 2026.

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

Installs per day peak 11 · avg 4 · +100% w/w
a month agotoday
26
Installs / week
npm · @floomhq/mcp-server
45
Stars
134 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call run_command.cmd → apps/api/runner_sandbox/agent_driver.py:2222
                proc = subprocess.run(
Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reaches cloud metadata service apps/api/runner_sandbox/e2b_driver.py:312
    "metadata.google.internal",
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable apps/api/routers/runs.py:500
    backup_path = os.path.join(
        backup_dir, f"floom-preclear-{time.time_ns()}.db"
    )
Dumps the whole environment workers/node-smoke-test/run.js:14
    env_keys_visible: Object.keys(process.env)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add floom -- npx -y @floomhq/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "floom": {
      "args": [
        "-y",
        "@floomhq/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.floom]
command = "npx"
args = ["-y", "@floomhq/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "floom": {
      "args": [
        "-y",
        "@floomhq/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "floom": {
      "args": [
        "-y",
        "@floomhq/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FLOOM_BASE_URL (Base URL of the Floom control plane), FLOOM_API_KEY (API key for authenticating with Floom). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Floom

same job, measured the same way
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
Onvibe
by onvibe

Talk to Claude and get a live web app deployed to a real URL, with Postgres, storage and cron.

answering
Warpweb
by northbeamsoftware

Research, build, and deploy AI-generated websites via the Warpweb API.

29 installs/wk local only
AgentBuilders
by sirarchiemccarthy-oss

Deploy full-stack web apps with database, file storage, auth, and RBAC via a single API call.

13 tools answering
Boat House
by boathousecloud

Deploy and share small apps with team login, persistent data, versioned updates and domains.

41 tools answering
Antics MCP
by antics-gg

Deploy a web game to a playable multiplayer URL with rooms, state sync, and leaderboards.

127 installs/wk local only
P
Invoker
by invoker

Deploy forms and sites to live URLs from AI conversations with automatic form capture.

40 installs/wk local only
Agentbuilders
by deepfreezechill

Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.

38 installs/wk local only

Floom — questions

Answers built from our own checks of this server.

Why is there no uptime for Floom?
Floom runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @floomhq/mcp-server was installed 26 times last week.
How do I connect Floom?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @floomhq/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Floom?
The npm package @floomhq/mcp-server was installed 26 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Floom open source?
Yes — it is published under the MIT licence, written in Python, 45 stars on GitHub and 134 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.