R
RabbitMQ
community
communication
The MCP server that interacts with RabbitMQ to publish and consume messages.
RabbitMQ MCP Server
A Model Context Protocol server implementation for RabbitMQ. Enabling MCP client to interact with queues and topics hosted in a RabbitMQ instance.
Running locally with the Claude desktop app
Installing via Smithery
To install RabbitMQ MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kenliao94/mcp-server-rabbitmq --client claude
Manual Installation
- Clone this repository.
- Add the following to your
file:claude_desktop_config.json
- On MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- On Windows:
%APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "rabbitmq": { "command": "uv", "args": [ "--directory", "/path/to/repo/mcp-server-rabbitmq", "run", "mcp-server-rabbitmq", "--rabbitmq-host", "<hostname ex. test.rabbit.com, localhost>", "--port", "<port number ex. 5672>", "--username", "<rabbitmq username>", "--password", "<rabbitmq password>", "--use-tls", "<true if uses amqps, false otherwise>" ] } } }
- Install and open the Claude desktop app.
- Try asking Claude to do a read/write operation of some sort to confirm the setup (e.g. ask it to publish a message to a queue). If there are issues, use the Debugging tools provided in the MCP documentation here.
Related Servers
D
Discord
community
A MCP server to connect to Discord guilds through a bot and read and write messages in channels
View DetailsT
Telegram
community
An MCP server that provides paginated chat reading, message retrieval, and message sending capabilities for Telegram through Telethon integration.
View DetailsT
Telegram-Client
community
A Telegram API bridge that manages user data, dialogs, messages, drafts, read status, and more for seamless interactions.
View Details