Skip to content
MCP-Bridge
Cloud Infrastructure

AmazonMQ Claude Desktop Config

Add the AmazonMQ MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_amazonmq_api_key with your actual amazonmq api key

Endpoints

GET/v1/brokers

ListBrokers

POST/v1/brokers

CreateBroker

GET/v1/configurations

ListConfigurations

POST/v1/configurations

CreateConfiguration

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