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").

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awslabs_aws_support_mcp_server-0.1.21.tar.gz (51.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

awslabs_aws_support_mcp_server-0.1.21-py3-none-any.whl (34.4 kB view details)

Uploaded Python 3

File details

Details for the file awslabs_aws_support_mcp_server-0.1.21.tar.gz.

File metadata

File hashes

Hashes for awslabs_aws_support_mcp_server-0.1.21.tar.gz
Algorithm Hash digest
SHA256 5710cb820d808da5c2aba785e7c7165dc644e672da219349736a7eee47ab01af
MD5 ed51678685cf6b59213409bac999bf1c
BLAKE2b-256 c0766a6ff0adf9105963384a3e2031f1d4678ee51b8e38844ce3dc5d441c9bb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for awslabs_aws_support_mcp_server-0.1.21.tar.gz:

Publisher: release.yml on awslabs/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file awslabs_aws_support_mcp_server-0.1.21-py3-none-any.whl.

File metadata

File hashes

Hashes for awslabs_aws_support_mcp_server-0.1.21-py3-none-any.whl
Algorithm Hash digest
SHA256 b2548825b71f5f725b212125ecd3b6dcb1113214d551f02e25b810ea4b14ffc9
MD5 c3cfc6a9bd5c2b41793eb1b5a3c14f24
BLAKE2b-256 b630a0d1a6b566800bfd44d21110b232c7fc0fb86463c795cfc0d53905b14982

See more details on using hashes here.

Provenance

The following attestation bundles were made for awslabs_aws_support_mcp_server-0.1.21-py3-none-any.whl:

Publisher: release.yml on awslabs/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page