kenliao94/mcp-server-rabbitmq
Enable interaction (admin operation, message enqueue/dequeue) with RabbitMQ
Quick Start
Clone the repository:
git clone https://github.com/kenliao94/mcp-server-rabbitmqClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-rabbitmq": {
"command": "npx",
"args": [
"-y",
"kenliao94/mcp-server-rabbitmq"
]
}
}
}Check the repository README for specific installation and configuration instructions.