A Model Context Protocol (MCP) server for Amazon SNS and SQS that provisions and manages messaging services. Version 2.0.18, requires Python >=3.10, maintained by AWS Labs.
pip install awslabs-amazon-sns-sqs-mcp-serverVerified import paths — ran on the pinned version, not inferred.
Basic configuration example; the package exposes a CLI command.
Run `pip show awslabs-amazon-sns-sqs-mcp-server` to see installed files, then import the correct module.
Use `mcp-server-sns-sqs` CLI command instead of deprecated `sns-sqs-mcp`.
Check the README for updated programmatic usage; prefer CLI execution.
Install with `pip install awslabs-amazon-sns-sqs-mcp-server` and verify available modules via `python -c "import awslabs_amazon_sns_sqs_mcp_server"`.
Set AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_DEFAULT_REGION environment variables or configure ~/.aws/credentials.