Celery Flower MCP
JSON →MCP server for Celery Flower â monitor workers, manage tasks and queues from any AI assistant
Install
uvx
```bash Tools · 6
- list_workers List all Celery workers and their status
- list_tasks List all Celery tasks with their states
- get_task_info Get detailed information about a specific task
- get_worker_info Get detailed information about a specific worker
- get_queue_length Get the length of a specific task queue
- get_monitor_data Get monitoring data including task rates and worker statistics
Environment variables
FLOWER_URLFLOWER_API_TOKEN
Links
★ 3 GitHub stars