Skip to main content

AWS Support MCP Server

A Model Context Protocol (MCP) server implementation for interacting with the AWS Support API. This server enables AI assistants to create and manage AWS support cases programmatically.

Features

  • Create and manage AWS support cases
  • Retrieve case information and full communication history
  • Add communications to existing cases (with attachment support)
  • Resolve support cases
  • Upload and download attachments with double-encoding protection
  • Discover valid service codes, category codes, severity levels, and languages before creating a case
  • Browse available case creation options per service

Available Tools

Tool Description
create_support_case Create a new support case
describe_support_cases List/search existing cases
describe_communications Get full communication history for a case
add_communication_to_case Reply to a case (with optional attachments)
resolve_support_case Close a case
describe_services List AWS services and category codes
describe_severity_levels List severity levels
describe_create_case_options Get valid categories/severities for a service
describe_supported_languages List supported languages
add_attachments_to_set Upload files for attachment to cases
describe_attachment Download an attachment by ID

Requirements

  • Python 3.7+
  • AWS credentials with Support API access
  • Business, Enterprise On-Ramp, or Enterprise Support plan

Prerequisites

  1. Install uv from Astral or the GitHub README
  2. Install Python using uv python install 3.10

Installation

Kiro Cursor VS Code
Add to Kiro Install MCP Server Install on VS Code

Configure the MCP server in your MCP client configuration (e.g., for Kiro, edit ~/.kiro/settings/mcp.json):

{
   "mcpServers": {
      "awslabs_support_mcp_server": {
         "command": "uvx",
         "args": [
            "-m", "awslabs.aws-support-mcp-server@latest",
            "--debug",
            "--log-file",
            "./logs/mcp_support_server.log"
         ],
         "env": {
            "AWS_PROFILE": "your-aws-profile"
         }
      }
   }
}

Alternatively:

uv pip install -e .
uv run awslabs/aws_support_mcp_server/server.py
{
   "mcpServers": {
      "awslabs_support_mcp_server": {
         "command": "path-to-python",
         "args": [
            "-m",
            "awslabs.aws_support_mcp_server.server",
            "--debug",
            "--log-file",
            "./logs/mcp_support_server.log"
         ],
         "env": {
            "AWS_PROFILE": "manual_enterprise"
         }
      }
   }
}

Windows Installation

For Windows users, the MCP server configuration format is slightly different:

{
  "mcpServers": {
    "awslabs.aws-support-mcp-server": {
      "disabled": false,
      "timeout": 60,
      "type": "stdio",
      "command": "uv",
      "args": [
        "tool",
        "run",
        "--from",
        "awslabs.aws-support-mcp-server@latest",
        "awslabs.aws-support-mcp-server.exe"
      ],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR",
        "AWS_PROFILE": "your-aws-profile",
        "AWS_REGION": "us-east-1"
      }
    }
  }
}

Usage

Start the server:

python -m awslabs.aws_support_mcp_server.server [options]

Options:

  • --port PORT: Port to run the server on (default: 8888)
  • --debug: Enable debug logging
  • --log-file: Where to save the log file

Configuration

The server can be configured using environment variables:

  • AWS_REGION: AWS region (default: us-east-1)
  • AWS_PROFILE: AWS credentials profile name

Documentation

For detailed documentation on available tools and resources, see the API Documentation.

License

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License").

Release files for awslabs.aws-support-mcp-server 0.1.23

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for awslabs.aws-support-mcp-server 0.1.23
File Size Uploaded
awslabs_aws_support_mcp_server-0.1.23.tar.gz 51.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for awslabs.aws-support-mcp-server 0.1.23
File Interpreter ABI Platform
awslabs_aws_support_mcp_server-0.1.23-py3-none-any.whl Python 3 none any Details

Total release size: 86.3 kB

Release files / awslabs_aws_support_mcp_server-0.1.23.tar.gz

Download URL awslabs_aws_support_mcp_server-0.1.23.tar.gz
Size 51.8 kB
Tags Source
SHA-256 checksum
How to use checksums
02e9e741a28aacbc15fc348cfff29e86280e4608798ac01dec462b2f3504e660
BLAKE2b-256 checksum
How to use checksums
5608d7cc0987fb1d0a7fec1448917ddb12e0124502152eb8392d2fd894f31f2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.

Transparency log

Release files / awslabs_aws_support_mcp_server-0.1.23-py3-none-any.whl

Download URL awslabs_aws_support_mcp_server-0.1.23-py3-none-any.whl
Size 34.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
b358879a6576a94fca3f8adb27b12b338321a7d35db128cc4b4940733ae255a6
BLAKE2b-256 checksum
How to use checksums
c718f93063b2f8d2f793a2aa365519649a9bb8678c5ad8b8849def7b53e6c6bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.1.23 This release

2 release files

0.1.21

2 release files

0.1.20

2 release files

0.1.19

2 release files

0.1.16

2 release files

0.1.15

2 release files

0.1.13

2 release files

0.1.12

2 release files

0.1.11

2 release files

0.1.10

2 release files

0.1.8

2 release files

0.1.7

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page