skillfed

awslabs.aws-api-mcp-server

Model Context Protocol (MCP) server for interacting with AWS

awslabs-aws-api-mcp-server v1.5.1 451.4K downloads/30d#6,586 on PyPI9,598
Permissive license Apache-2.0 Active released

What it is and what it does

This package implements a Model Context Protocol (MCP) server that bridges AI assistants with AWS infrastructure. It translates AI requests into AWS CLI commands, allowing tools like Cursor, Kiro, and Cline to create, update, and manage AWS resources without direct AWS console access. The server maintains proper security controls and credential handling through boto3.

The package acts as a runtime adapter between an AI model and AWS services, handling command translation, response parsing, and credential management. It depends on awscli, boto3, botocore, and other standard Python libraries for HTTP communication, logging, and data validation. The server can run in multiple modes: as a subprocess via Python, in Docker containers, or in HTTP mode for remote access. It supports environment-based configuration for AWS regions and authentication methods.

Use it for:

  • Enable AI coding assistants to provision EC2 instances, S3 buckets, or other AWS resources directly from chat.
  • Allow AI agents to query and modify AWS infrastructure state without manual console navigation.
  • Integrate AWS resource management into AI-driven CI/CD or infrastructure-as-code workflows.
  • Provide AI models with access to latest AWS APIs and services beyond their training cutoff date.
  • Automate AWS CLI command discovery and execution through natural language prompts in AI assistants.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Exposes AWS services to AI assistants through the Model Context Protocol, allowing them to execute AWS CLI commands and interact with AWS resources programmatically.

Yes, with conditions. Install if you use an MCP-compatible AI assistant (Cursor, Kiro, Cline) and need programmatic AWS resource management from AI chat. The package is actively maintained, has low install friction, and carries no license restrictions. However, note that AWS Labs has published an official AWS MCP server that supersedes this one—review the migration guide before committing to this version for new projects. No known security vulnerabilities.

Install

awslabs-aws-api-mcp-server on PyPI

pip

pip install awslabs-aws-api-mcp-server

uv

uv add awslabs-aws-api-mcp-server

poetry

poetry add awslabs-aws-api-mcp-server

Installing awslabs.aws-api-mcp-server

Before you install

Low friction installation with a pure-Python wheel. Active maintenance with recent releases (4 days old at query time) and strong repository signals (9598 stars). Requires Python 3.10 or newer and AWS credentials configured; 13 runtime dependencies are standard tools (boto3, awscli, pydantic, loguru, requests).

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions; you must include a copy of the license and state significant changes, but no copyleft obligations apply.

Quickstart

pip install awslabs.aws-api-mcp-server

# Configure in MCP client (e.g., Kiro, Cursor, Cline):
# Add to mcp.json:
# {
#   "mcpServers": {
#     "awslabs.aws-api-mcp-server": {
#       "command": "python",
#       "args": ["-m", "awslabs.aws_api_mcp_server.server"],
#       "env": {"AWS_REGION": "us-east-1"}
#     }
#   }
# }

Requires Python 3.10 or newer and AWS credentials configured (via AWS_API_MCP_PROFILE_NAME environment variable or boto3 default credential chain).

Verify before relying

  • Whether the package remains actively maintained after the official AWS MCP server supersedes it (migration guide exists but long-term support unclear).
  • Performance characteristics when executing large or complex AWS CLI commands through the MCP bridge.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 13 — awscli, boto3, botocore, fastmcp, importlib-resources, loguru, lxml, mcp, pydantic, python-frontmatter, python-json-logger, requests, setuptools
Maintenance actively maintained — 4 days since the last release
Last repo commit
First released
Downloads 451,414/month — #6,586 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: awslabs_aws_api_mcp_server-1.5.1-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13

Tags

MCP server AWS integrationAI assistant AWS API accessAWS CLI through MCPAI-driven AWS resource managementAWS service bridge for AImodel context protocol AWSAI agent AWS automation
ai-integrationaws-automationprotocol-bridge

More Application Frameworks packages

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

textual

Textual is a Python framework for building…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

mcp

Build and connect to Model Context Protocol…

permissive · top 1,000 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

awslabs.aws-documentation-mcp-server

Provides an MCP server that exposes AWS…

permissive · top 5,000 on PyPI

awslabs.eks-mcp-server

Connects AI code assistants to Amazon EKS…

permissive · top 15,000 on PyPI

awslabs.redshift-mcp-server

Provides a Model Context Protocol (MCP) server…

permissive · top 15,000 on PyPI

excel-mcp-server

Provides a Model Context Protocol server that…

unclear · top 15,000 on PyPI

mfa-servicenow-mcp

An MCP server that connects ServiceNow…

permissive · top 15,000 on PyPI

awslabs.aws-pricing-mcp-server

An MCP server that exposes AWS pricing data and…

permissive · top 15,000 on PyPI

awslabs.bedrock-kb-retrieval-mcp-server

An MCP server that connects AI tools to Amazon…

permissive · top 15,000 on PyPI

awslabs.cloudwatch-mcp-server

Exposes CloudWatch metrics, logs, alarms, and…

permissive · top 15,000 on PyPI

awslabs.billing-cost-management-mcp-server

Exposes AWS Billing and Cost Management APIs…

permissive · top 15,000 on PyPI

awslabs.aws-iac-mcp-server

Provides an MCP server that validates…

permissive · top 15,000 on PyPI

Further reading