Mcp Server Amq
About
MCP server for interacting with AWS AmazonMQ APIs
Details
- Author
- kenliao94
- Downloads
- 151
- Categories
- Other
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mcp Server AmqCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository and add the server configuration to claude_desktop_config.json. The config uses uv as the command with arguments pointing to the repo directory and running mcp-server-amq. AWS credentials must be configured beforehand using aws configure with an access key and secret key.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server amq": {
"amq": {
"command": "uv",
"args": [
"--directory",
"/path/to/repo/mcp-server-amq",
"run",
"mcp-server-amq"
]
}
}
}
}
McpServers
{
"amq": {
"command": "uv",
"args": [
"--directory",
"/path/to/repo/mcp-server-amq",
"run",
"mcp-server-amq"
]
}
}
Setup the MCP server
- Provision a user on your AWS account IAM. - Attach ONLYAmazonMQFullAccess 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
1. Clone this repository. 2. Add the following to yourclaude_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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



