adamhancock/bullmq-mcp
Platform-specific configuration:
{
"mcpServers": {
"bullmq-mcp": {
"command": "npx",
"args": [
"-y",
"bullmq-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/@adamhancock/bullmq-mcp)
A comprehensive BullMQ MCP (Model Context Protocol) server for managing BullMQ Redis-based job queues. This BullMQ MCP integration enables Claude Desktop and other AI assistants to interact with BullMQ queues, monitor job status, manage workers, and perform queue operations through natural language.
Keywords: BullMQ MCP, BullMQ Model Context Protocol, BullMQ Claude integration, BullMQ AI assistant, BullMQ queue management, Redis queue MCP
To install BullMQ Queue Management Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @adamhancock/bullmq-mcp --client claudenpm install -g @adamhancock/bullmq-mcpOr with pnpm:
pnpm install -g @adamhancock/bullmq-mcpOr with yarn:
yarn global add @adamhancock/bullmq-mcpPull the Docker image from GitHub Container Registry:
docker pull ghcr.io/adamhancock/bullmq-mcp:latestOr use a specific version:
docker pull ghcr.io/adamhancLoading reviews...