You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) server implementation for RabbitMQ. Enabling MCP client to interact with queues and topics hosted in a RabbitMQ instance.
4
5
5
6
## Running locally with the Claude desktop app
6
7
8
+
### Installing via Smithery
9
+
10
+
To install RabbitMQ MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kenliao94/mcp-server-rabbitmq):
11
+
12
+
```bash
13
+
npx -y @smithery/cli install @kenliao94/mcp-server-rabbitmq --client claude
14
+
```
15
+
16
+
### Manual Installation
7
17
1. Clone this repository.
8
18
2. Add the following to your `claude_desktop_config.json` file:
9
19
- On MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`
0 commit comments