RabbitMQ MCP Server
RabbitMQ MCP 서버
RabbitMQ용 모델 컨텍스트 프로토콜( MPP) 서버 구현. MCP 클라이언트가 RabbitMQ 인스턴스에 호스팅된 큐 및 토픽과 상호 작용할 수 있도록 합니다.
Claude 데스크톱 앱을 사용하여 로컬로 실행
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 RabbitMQ MCP 서버를 자동으로 설치하려면:
지엑스피1
온라인으로 시도해보세요
https://smithery.ai/server/@kenliao94/mcp-server-rabbitmq
수동 설치
이 저장소를 복제합니다.
claude_desktop_config.json파일에 다음을 추가하세요.
MacOS의 경우:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows의 경우:
%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>"
]
}
}
}Claude 데스크톱 앱을 설치하고 엽니다.
Claude에게 읽기/쓰기 작업을 요청하여 설정을 확인해 보세요(예: 큐에 메시지를 게시하도록 요청). 문제가 있는 경우 MCP 설명서 (여기) 에 제공된 디버깅 도구를 사용하세요.
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
The Telnyx MCP server is an official implementation of the Model Context Protocol that enables AI clients (like Claude Desktop, Cursor, and OpenAI Agents) to interact with Telnyx's telephony, messaging, and AI assistant APIs. It provides comprehensive capabilities including making and managing phone calls, sending SMS/MMS messages, purchasing and configuring phone numbers, creating AI assistants with custom instructions, managing cloud storage buckets, scraping and embedding website content, and handling integration secrets. The server exists as both a local implementation and a remotely hosted version, allowing developers to integrate real-world communication infrastructure directly into AI applications.
Related MCP Servers
- AlicenseAqualityFmaintenanceA Model Context Protocol server implementation that enables Claude to perform AWS operations on S3 and DynamoDB services through natural language commands.23127MIT
- -licenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that enables Claude to interact with Mattermost instances, supporting post management, channel operations, user management, and reaction management.10 npm1-
- FlicenseNot gradedqualityDmaintenanceA customizable Model Context Protocol server built with mcp-framework that enables Claude to access external tools and capabilities through a standardized interface.78 npm-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server built with mcp-framework that allows users to integrate RabbitMQ messaging capabilities with Claude AI.144 npmMIT