Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:. That is what the celery flower mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
celery-flower-mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 14 tools. What each one is for:
list_workers — List all workers — optionally filter by name, refresh live stats, or get status onlyshutdown_worker — Gracefully shut down a workerrestart_worker_pool — Restart a worker's process poolgrow_worker_pool — Add N processes to a worker's poolshrink_worker_pool — Remove N processes from a worker's poolautoscale_worker_pool — Configure autoscale min/max boundsadd_queue_consumer — Make a worker start consuming from a queuecancel_queue_consumer — Make a worker stop consuming from a queuelist_tasks — List tasks with filters: state, worker, name, date range, search, paginationlist_task_types — List all registered task types across workersget_task_info — Get full details for a task by UUIDget_task_result — Retrieve a task's result (with optional timeout)Configuration is passed through the environment: FLOWER_URL, FLOWER_API_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Celery Flower MCP's toolset — list_workers, shutdown_worker, restart_worker_pool and 11 more — is a fair guide to whether it matches your workflow. It is maintained by darius1223; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_workers | List all workers — optionally filter by name, refresh live stats, or get status only |
| shutdown_worker | Gracefully shut down a worker |
| restart_worker_pool | Restart a worker's process pool |
| grow_worker_pool | Add N processes to a worker's pool |
| shrink_worker_pool | Remove N processes from a worker's pool |
| autoscale_worker_pool | Configure autoscale min/max bounds |
| add_queue_consumer | Make a worker start consuming from a queue |
| cancel_queue_consumer | Make a worker stop consuming from a queue |
| list_tasks | List tasks with filters: state, worker, name, date range, search, pagination |
| list_task_types | List all registered task types across workers |
| get_task_info | Get full details for a task by UUID |
| get_task_result | Retrieve a task's result (with optional timeout) |
| apply_task | Execute a task synchronously and wait for the result |
| async_apply_task | Dispatch a task asynchronously, returns task UUID |
{
"mcpServers": {
"celery-flower": {
"command": "uvx",
"args": ["celery-flower-mcp"],
"env": {
"FLOWER_URL": "http://localhost:5555"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| FLOWER_URL | Endpoint or connection string the server talks to. | Yes |
| FLOWER_API_TOKEN | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.