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
Try it online
https://smithery.ai/server/@kenliao94/mcp-server-rabbitmq
Manual Installation
- Clone this repository.
- Add the following to your
claude_desktop_config.jsonfile:
- 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.
RabbitMQ MCP Server
Project Details
- kenliao94/mcp-server-rabbitmq
- Apache License 2.0
- Last Updated: 4/22/2025
Recomended MCP Servers
An experimental MCP server Rest Client intended to be a replacement of tools postman & insomnia
An MCP server for the NEAR blockchain
A Model Context Protocol (MCP) server implementation for Gumroad API
MCP Server for the Bitrise API, enabling app management, build operations, artifact management and more.
A connector for Claude Desktop to work with collection and sources on your Zotero Cloud.
MCP Server for Roam Research Graph Integration
A Model Context Protocol (MCP) server for Google Calendar integration in Cluade Desktop with auto authentication support. This...
A zero-configuration tool for automatically exposing FastAPI endpoints as Model Context Protocol (MCP) tools.
Simple solution to give Claude ability to check current time via MCP
OpenSearch MCP Server: Open-source search cluster management component
Model Context Protocol (MCP) server implementation using Google OR-Tools for constraint solving





