A Model Context Protocol server providing access to RabbitMQ by LLMs
Project description
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
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mseep_mcp_server_rabbitmq-0.1.0.tar.gz.
File metadata
- Download URL: mseep_mcp_server_rabbitmq-0.1.0.tar.gz
- Upload date:
- Size: 46.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d647632cc29269bf98772b82ae822aa295e745fbcbaca62d073fae56087445d
|
|
| MD5 |
45900425c40d1840d73aaa7e8cde1eb6
|
|
| BLAKE2b-256 |
e9e8efa4db088c90dba5f506c47cddbf773b4c51f2b06cebd88e861c2372746b
|
File details
Details for the file mseep_mcp_server_rabbitmq-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mseep_mcp_server_rabbitmq-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cac70dd83a118b1297ad64c6b680ca64ec76b5cb7adb98432083618e6cea39ca
|
|
| MD5 |
66bfd62ff8f10e8a661b46df681dde03
|
|
| BLAKE2b-256 |
64645b4a081311fec915ee3eb00b545df72ba0bf06224c8035b7a6fa9d67ec01
|