Skip to main content

A Model Context Protocol server providing access to RabbitMQ by LLMs

Project description

RabbitMQ MCP Server

smithery badge

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

  1. Clone this repository.
  2. Add the following to your claude_desktop_config.json file:
  • 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>"
        ]
      }
    }
}
  1. Install and open the Claude desktop app.
  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mseep_mcp_server_rabbitmq-0.1.0.tar.gz (46.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mseep_mcp_server_rabbitmq-0.1.0-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file mseep_mcp_server_rabbitmq-0.1.0.tar.gz.

File metadata

File hashes

Hashes for mseep_mcp_server_rabbitmq-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2d647632cc29269bf98772b82ae822aa295e745fbcbaca62d073fae56087445d
MD5 45900425c40d1840d73aaa7e8cde1eb6
BLAKE2b-256 e9e8efa4db088c90dba5f506c47cddbf773b4c51f2b06cebd88e861c2372746b

See more details on using hashes here.

File details

Details for the file mseep_mcp_server_rabbitmq-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mseep_mcp_server_rabbitmq-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cac70dd83a118b1297ad64c6b680ca64ec76b5cb7adb98432083618e6cea39ca
MD5 66bfd62ff8f10e8a661b46df681dde03
BLAKE2b-256 64645b4a081311fec915ee3eb00b545df72ba0bf06224c8035b7a6fa9d67ec01

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page