An MCP server for Amazon MQ that manages RabbitMQ and ActiveMQ message brokers, enabling messaging workflows to be controlled from MCP-based agents.
Loading more......
Category: Database & Messaging MCP Servers
Brand: Amazon Web Services
A Model Context Protocol (MCP) server that lets MCP-based agents and other MCP clients create, configure, and manage Amazon MQ brokers (RabbitMQ and ActiveMQ) through standardized tools.
MCP bridge for Amazon MQ
Broker lifecycle management
Configuration management
Security and access control
AmazonMQReadOnlyAccess.AmazonMQFullAccess.Amazon MQ broker coverage
Client integration
uvx using the awslabs.amazon-mq-mcp-server package.Secure operations model
uv installed (from Astral).uv python install 3.10.AmazonMQReadOnlyAccess or AmazonMQFullAccess as needed.Configure IAM:
AmazonMQReadOnlyAccess for read operations, or AmazonMQFullAccess for mutating tools.Install & run:
uvx with awslabs.amazon-mq-mcp-server@latest as the command.AWS_PROFILE in the environment for the MCP server process.Client configuration example (Amazon Q Developer):
awslabs.amazon-mq-mcp-server in the MCP client configuration (e.g., ~/.aws/amazonq/mcp.json) with:
command: uvxargs: ["awslabs.amazon-mq-mcp-server@latest"]env: includes AWS_PROFILE.