Server Directory
CommunicationAdvanced

RabbitMQ

by kenliao94

MCP server for interacting with RabbitMQ message broker. Manage queues, exchanges, bindings, send/receive messages with AMQP protocol support.

CAPABILITIES

  • Queue management
  • Exchange configuration
  • Message publishing
  • Consumer management
  • Dead letter handling
  • AMQP protocol support

INSTALLATION

Terminal
npx -y @kenliao/mcp-rabbitmq

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "rabbitmq": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@kenliao/mcp-rabbitmq"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Communication
Difficulty
Advanced
Maintained By
kenliao94
NPM Package
@kenliao/mcp-rabbitmq

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →