Back to MCP Servers
Server Rabbitmq
Enable interaction (admin operation, message enqueue/dequeue) with RabbitMQ
other-tools-and-integrations
By kenliao94
Installation
npx -y mcp-server-rabbitmqConfiguration
{
"mcpServers": {
"mcp-server-rabbitmq": {
"command": "npx",
"args": ["-y", "mcp-server-rabbitmq"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes