BullMQ MCP
@adamhancock
About BullMQ MCP
A comprehensive BullMQ MCP (Model Context Protocol) server for managing BullMQ Redis-based job queues. This BullMQ MCP integration enables Claude Code and other AI assistants to interact with BullMQ queues, monitor job status, manage workers, and perform queue operations through
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bullmq": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/adamhancock/bullmq-mcp:latest"
],
"env": {
"REDIS_URL": "redis://host.docker.internal:6379"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is BullMQ MCP?
BullMQ MCP is a Model Context Protocol server for managing BullMQ Redis-based job queues. It enables Claude Desktop and other AI assistants to interact with BullMQ queues, monitor job status, manage workers, and perform queue operations through natural language.
How to use BullMQ MCP?
Install via npm, pnpm, yarn, or Docker. Configure Claude Desktop by adding the server to the MCP configuration file with a Redis URL or connection parameters. Use the provided tools such as connect, list_queues, add_job, get_jobs, and others to manage queues and jobs.
Key features of BullMQ MCP
- Manage connections to multiple Redis instances
- Perform queue operations: list, pause, resume, drain, clean
- Add, remove, retry, and promote jobs
- Monitor job details, logs, and statistics
- Clean jobs by status with configurable limits
- Filter jobs by active, waiting, completed, failed, delayed
Use cases of BullMQ MCP
- Connect to Redis and explore existing BullMQ queues
- Add a new job to a queue with custom data and options
- Monitor job progress, view logs, and retry failed jobs
- Perform queue maintenance: drain, clean, pause, resume
- Manage multiple environments (dev, staging, production) via separate connections
FAQ from BullMQ MCP
How do I connect to a Redis instance?
Use the connect tool with a URL, or provide host, port, password, and db parameters. The server also respects the REDIS_URL environment variable if set.
Can I run the server using Docker?
Yes
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ghidraMCP
LaurieWiredMCP Server for Ghidra
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments