Skip to main content

MCP server that provides AWS CLI integration for AI assistants, enabling execution of AWS API calls with proper parameter validation and error handling

Project description

use-aws-mcp-server

MCP server that provides AWS CLI integration for AI assistants, enabling execution of AWS API calls with proper parameter validation and error handling.

Features

  • Execute AWS CLI commands through an MCP server interface
  • Support for all AWS services and operations
  • Parameter validation and error handling

Prerequisites

Installation Requirements

  1. Install uv from Astral or the GitHub README
  2. Install Python 3.10 or newer using uv python install 3.10 (or a more recent version)
  3. AWS CLI configured with appropriate credentials

Installation

To add this MCP server to your Amazon Q or Claude, add the following to your MCP config file. With Amazon Q, create (if does not yet exist) a file named .amazonq/mcp.json under the same directory that is running q chat. Then add the following config:

{
  "mcpServers": {
    "use-aws-mcp-server": {
        "command": "uvx",
        "args": ["use-aws-mcp-server@latest"],
        "env": {
          "AWS_REGION": "ap-northeast-1",
          "AWS_PROFILE": "default"
        }
    }
  }
}

Tools

use_aws

Make an AWS CLI api call with the specified service, operation, and parameters.

def use_aws(
    service_name: str,
    operation_name: str,
    label: str,
    region: str = None,
    parameters: dict = {},
    profile_name: str = None,
) -> str:

Project details


Download files

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

Source Distribution

use_aws_mcp_server-0.2.2.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

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

use_aws_mcp_server-0.2.2-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file use_aws_mcp_server-0.2.2.tar.gz.

File metadata

  • Download URL: use_aws_mcp_server-0.2.2.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for use_aws_mcp_server-0.2.2.tar.gz
Algorithm Hash digest
SHA256 be9bdf89f24956abae39c2bd71c910bbde9c661d06a6b0bdc3ab56b02c6275e9
MD5 1cebcc89f3335e48912aa1cf842e07eb
BLAKE2b-256 a8a3511b913e67e97648cee06339f385ab56d8899534c9401b8fdc18005e62cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for use_aws_mcp_server-0.2.2.tar.gz:

Publisher: python-publish.yml on moritalous/use-aws-mcp-server

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

File details

Details for the file use_aws_mcp_server-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for use_aws_mcp_server-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 33cba69016c8d95fa765682ad7aa8d842e017d3d5b44276339a1c7d9e25481c6
MD5 b0233e939864a72eb3764142100e3fc9
BLAKE2b-256 33e22e11c4abe8bb7dab4bc0fe90244dc321da62df18378b975897c5eaa2872b

See more details on using hashes here.

Provenance

The following attestation bundles were made for use_aws_mcp_server-0.2.2-py3-none-any.whl:

Publisher: python-publish.yml on moritalous/use-aws-mcp-server

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