An MCP server implementation that provides tools for interacting with the AWS Support API. It enables AI agents (like Claude Desktop) to create, describe, and manage AWS support cases. Current version 0.1.19, maintained by AWS Labs, released on a weekly/biweekly cadence.
pip install awslabs-aws-support-mcp-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run the MCP server as a standalone script. The server will listen for MCP requests over stdio. Requires AWS credentials configured (via environment variables, ~/.aws/credentials, or IAM role).
Ensure Python 3.10 or newer is installed. Check with `python --version`.
Explicitly set AWS_REGION or AWS_DEFAULT_REGION environment variable to a supported region, or use `--region` CLI argument.
Attach the AWS managed policy 'AWSSupportAccess' to the IAM role/user. Or create a custom policy with actions: support:CreateCase, support:DescribeCases, support:ResolveCase.
Configure the MCP client to invoke `python path/to/server.py` or the installed entry point `aws-support-mcp-server`.