Skip to main content
Other Tools and IntegrationsPython

kenliao94/mcp-server-rabbitmq

Enable interaction (admin operation, message enqueue/dequeue) with RabbitMQ

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kenliao94/mcp-server-rabbitmq

Claude 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.

Details

Category
Other Tools and Integrations
Language
Python
Author
kenliao94