MCP server for the FloopFloop API that lets LLM hosts build, poll, and refine projects from natural language prompts.
{
"mcpServers": {
"floopfloopmcp": {
"command": "npx",
"args": [
"-y",
"@floopfloop/mcp"
]
}
}
}