Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links.
claude mcp add floom -- npx -y @floomhq/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"floom": {
"command": "npx",
"args": [
"-y",
"@floomhq/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"floom": {
"command": "npx",
"args": [
"-y",
"@floomhq/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"floom": {
"command": "npx",
"args": [
"-y",
"@floomhq/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"floom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@floomhq/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"floom": {
"command": "npx",
"args": [
"-y",
"@floomhq/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.floomhq--floom/reviews or the review_server meta-tool.
POST /mcp