I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

Public
MCP-Server-AMQ
2025-04-04
用于与AWS AmazonMQ API交互的MCP服务器
2
Github Watches
0
Github Forks
1
Github Stars
Setup the MCP server
- Provision a user on your AWS account IAM.
- Attach ONLY
AmazonMQFullAccess
on the new user. - Use
aws configure
on your environment to configure the credential (You need the access ID and access key that generated in previous steps)
Manual Installation
- Clone this repository.
- 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": {
"amq": {
"command": "uv",
"args": [
"--directory",
"/path/to/repo/mcp-server-amq",
"run",
"mcp-server-amq"
]
}
}
}
TODO:
1. Make sure all APIs are taken care of https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/mq.html
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
Take an adjectivised noun, and create images making it progressively more adjective!
Reviews
3
(1)

user_4bbPcBXz
2025-04-18
As a dedicated user of mcp-server-amq, I am thoroughly impressed by its seamless performance and reliability. Developed by kenliao94, this server application has significantly streamlined my messaging and queuing processes. Easy to integrate and highly efficient, it's an invaluable tool for any developer dealing with message brokering. Highly recommend checking it out on GitHub: https://github.com/kenliao94/mcp-server-amq!