# flwrlabs/flower | Model Context Protocol (MCP) Server > Real-time monitor and web admin for Celery distributed task queue - **Stars**: ⭐ 7,171 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "flower": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-flower" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "flower": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-flower" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-flower` - **Docker**: `docker run -i --rm mcp/flower`