AmazonMQ Claude Desktop Config
Add the AmazonMQ MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-mq": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-mq"
],
"env": {
"AMAZONMQ_API_KEY": "your_amazonmq_api_key"
}
}
}
}Environment Variables
AMAZONMQ_API_KEYReplace your_amazonmq_api_key with your actual amazonmq api key
Endpoints
GET
/v1/brokersListBrokers
POST
/v1/brokersCreateBroker
GET
/v1/configurationsListConfigurations
POST
/v1/configurationsCreateConfiguration
GET
/v1/tags/{resource-arn}ListTags
POST
/v1/tags/{resource-arn}CreateTags
GET
/v1/brokers/{broker-id}/users/{username}DescribeUser
POST
/v1/brokers/{broker-id}/users/{username}CreateUser
PUT
/v1/brokers/{broker-id}/users/{username}UpdateUser
DELETE
/v1/brokers/{broker-id}/users/{username}DeleteUser