RabbitMQ MCP Server

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Enables interaction with queues and topics hosted in a RabbitMQ instance, allowing publishing and consuming messages through the message broker.

RabbitMQ MCP 서버

RabbitMQ용 모델 컨텍스트 프로토콜( MPP) 서버 구현. MCP 클라이언트가 RabbitMQ 인스턴스에 호스팅된 큐 및 토픽과 상호 작용할 수 있도록 합니다.

Claude 데스크톱 앱을 사용하여 로컬로 실행

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 RabbitMQ MCP 서버를 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 이 저장소를 복제합니다.
  2. claude_desktop_config.json 파일에 다음을 추가하세요.
  • MacOS의 경우: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • 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. Claude 데스크톱 앱을 설치하고 엽니다.
  2. Claude에게 읽기/쓰기 작업을 요청하여 설정을 확인해 보세요(예: 큐에 메시지를 게시하도록 요청). 문제가 있는 경우 MCP 설명서 (여기) 에 제공된 디버깅 도구를 사용하세요.
-
security - not tested
A
license - permissive license
-
quality - not tested

Claude가 RabbitMQ 메시지 큐 및 토픽과 상호 작용하고 RabbitMQ 인스턴스에서 읽기/쓰기 작업을 수행할 수 있도록 하는 모델 컨텍스트 프로토콜 서버 구현입니다.

  1. Running locally with the Claude desktop app
    1. Installing via Smithery
    2. Manual Installation
ID: eg0ax0yodl