Setup the MCP server\
- Provision a user on your AWS account IAM.\
- Attach ONLY
AmazonMQFullAccesson the new user.\ - Use
aws configureon 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.jsonfile:\
- 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