Sandbox
@awslabs/mcp

AWS MCP server collection for agent clients

This repository packages many AWS-focused MCP servers that plug into MCP clients and expose AWS docs, guidance, and service actions. The servers are organized by use case, such as infrastructure, serverless, data, and support, so you can add only the pieces you need to your agent setup.

9,681 stars1.8k forksPythonUpdated 7d ago
Vibe coding with AWS MCP servers | AWS Show & Tell - GenAI | S1 E11
AWS Events12k views • 1 year ago
Who it's for

Builders who want their agent to access AWS documentation, service APIs, and cloud workflows from inside their MCP client.

What it delivers

You can ask your agent to look up AWS guidance or carry out AWS-related workflows without leaving your coding tool.

What it does

AWS documentation access

Servers like `aws-knowledge-mcp-server` and `aws-documentation-mcp-server` pull in AWS docs, API references, What's New posts, and best-practice guidance.

Infrastructure and deployment tools

Servers such as `aws-iac-mcp-server`, `ccapi-mcp-server`, `eks-mcp-server`, `ecs-mcp-server`, and `aws-serverless-mcp-server` support cloud build and deployment tasks.

Data and database connectors

The repo includes MCP servers for services like DynamoDB, DocumentDB, PostgreSQL, MySQL, Redshift, Timestream, and Keyspaces.

Operations and security servers

Servers for CloudWatch, CloudTrail, IAM, support, pricing, and security-focused workflows help agents work with live AWS operations and guardrails.

Client setup examples

The README includes installation and configuration examples for Cursor, Claude Code, Windsurf, Kiro, Cline, and VS Code.

Testing and migration helpers

The `testing/` and `scripts/` folders include MCP test clients, runners, and migration checks for server packages.

How to get it

  1. 1Next, scroll down on the settings page until you reach the text box that says Custom…
    For every new project, always look at your MCP servers and use mcp-core as the starting point every time. Also after a task completion include the list of MCP servers used in the operation.

README

Open source MCP servers for AWS

A suite of specialized MCP servers that help you get the most out of AWS, wherever you use MCP.

GitHub License Codecov OSSF-Scorecard Score

[!TIP] The Agent Toolkit for AWS is now live! The Agent Toolkit for AWS is the successor to the MCP servers, plugins, and skills available on AWS Labs, and was informed by feedback from customers like you. If you're building production software using coding agents or building agents for your own customers, we recommend Agent Toolkit for AWS. It includes IAM condition keys to distinguish agent actions from human ones, CloudWatch and CloudTrail visibility, and skills that have been evaluated for accuracy and effectiveness. This repo continues to work and accept contributions. Over time, the most useful projects here will move into Agent Toolkit for AWS.

Table of Contents

What is the Model Context Protocol (MCP) and how does it work with MCP Servers for AWS?

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.

Model Context Protocol README

An MCP Server is a lightweight program that exposes specific capabilities through the standardized Model Context Protocol. Host applications (such as chatbots, IDEs, and other AI tools) have MCP clients that maintain 1:1 connections with MCP servers. Common MCP clients include agentic AI coding assistants (like Kiro, Cline, Cursor, Windsurf) as well as chatbot applications like Claude Desktop, with more clients coming soon. MCP servers can access local data sources and remote services to provide additional context that improves the generated outputs from the models.

MCP Servers for AWS use this protocol to provide AI applications access to AWS documentation, contextual guidance, and best practices. Through the standardized MCP client-server architecture, AWS capabilities become an intelligent extension of your development environment or AI application.

MCP Servers for AWS enable enhanced cloud-native development, infrastructure management, and development workflows—making AI-assisted cloud computing more accessible and efficient.

The Model Context Protocol is an open source project run by Anthropic, PBC. and open to contributions from the entire community. For more information on MCP, you can find further documentation here

Open source MCP servers for AWS Transport Mechanisms

Supported transport mechanisms

The MCP protocol currently defines two standard transport mechanisms for client-server communication:

  • stdio, communication over standard in and standard out
  • streamable HTTP

The MCP servers in this repository are designed to support stdio only.

You are responsible for ensuring that your use of these servers comply with the terms governing them, and any laws, rules, regulations, policies, or standards that apply to you.

Server Sent Events Support Removal

Important Notice: On May 26th, 2025, Server Sent Events (SSE) support was removed from all MCP servers in their latest major versions. This change aligns with the Model Context Protocol specification's backwards compatibility guidelines.

We are actively working towards supporting Streamable HTTP, which will provide improved transport capabilities for future versions.

For applications still requiring SSE support, please use the previous major version of the respective MCP server until you can migrate to alternative transport methods.

Why MCP Servers for AWS?

MCP servers enhance the capabilities of foundation models (FMs) in several key ways:

  • Improved Output Quality: By providing relevant information directly in the model's context, MCP servers significantly improve model responses for specialized domains like AWS services. This approach reduces hallucinations, provides more accurate technical details, enables more precise code generation, and ensures recommendations align with current AWS best practices and service capabilities.

  • Access to Latest Documentation: FMs may not have knowledge of recent releases, APIs, or SDKs. MCP servers bridge this gap by pulling in up-to-date documentation, ensuring your AI assistant always works with the latest AWS capabilities.

  • Workflow Automation: MCP servers convert common workflows into tools that foundation models can use directly. Whether it's CDK, Terraform, or other AWS-specific workflows, these tools enable AI assistants to perform complex tasks with greater accuracy and efficiency.

  • Specialized Domain Knowledge: MCP servers provide deep, contextual knowledge about AWS services that might not be fully represented in foundation models' training data, enabling more accurate and helpful responses for cloud development tasks.

Available MCP Servers: Quick Installation

Get started quickly with one-click installation buttons for popular MCP clients. Click the buttons below to install servers directly in Cursor or VS Code:

🚀 Getting Started with AWS

For AWS interactions, we recommend starting with:

Server NameDescriptionInstall
AWS MCP Server (in preview)Start here for secure, auditable AWS interactions! This remote, managed MCP server is hosted by AWS and combines comprehensive AWS API support with access to the latest AWS documentation, API references, What's New posts, and Getting Started information. Features pre-built Agent SOPs that follow AWS best practices, helping agents complete complex multi-step AWS tasks reliably. Built with safety and control in mind: syntactically validated API calls, IAM-based permissions with zero credential exposure, and complete CloudTrail audit logging. Access all AWS services for managing infrastructure, exploring resources, and executing AWS operations with full transparency and traceability. Read moreInstall
Install
Install on VS Code

Browse by What You're Building

📚 Real-time access to official AWS documentation

Server NameDescriptionInstall
AWS Knowledge MCP ServerA remote, fully-managed MCP server hosted by AWS that provides access to the latest AWS docs, API references, What's New Posts, Getting Started information, Builder Center, Blog posts, Architectural references, and Well-Architected guidance.Install
Install
Install on VS Code
AWS Documentation MCP ServerGet latest AWS docs and API referencesInstall
Install
Install on VS Code

🏗️ Infrastructure & Deployment

Build, deploy, and manage cloud infrastructure with Infrastructure as Code best practices.

Server NameDescriptionInstall
AWS IaC MCP ServerComplete Infrastructure as Code toolkit with CloudFormation documentation access, CDK best practices guidance, construct examples, security validation, and deployment troubleshootingInstall
Install
Install on VS Code
AWS Cloud Control API MCP Server ⚠️ DEPRECATEDDirect AWS resource management with security scanning and best practices (Use AWS IaC MCP Server instead)Install
Install
Install on VS Code

Container Platforms

Server NameDescriptionInstall
Amazon EKS MCP ServerKubernetes cluster management and application deploymentInstall
Install
Install on VS Code
Amazon ECS MCP ServerContainer orchestration and ECS application deploymentInstall
Install
Install on VS Code
Finch MCP ServerLocal container building with ECR integrationInstall
Install
Install on VS Code

Serverless & Functions

Server NameDescriptionInstall
AWS Serverless MCP ServerComplete serverless application lifecycle with SAM CLI[Install](https://kiro.dev/launch/mcp/add?name=awslabs.aws-serverless-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.aws-serverless-mcp-server%40latest%22%2C%22--allow-write%22%2C%22--allow-sensitive-data-access%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGI

Files in the repo

Repository payload24 top-level entries
  • .devcontainer
  • .github
  • .vex
  • docs
  • docusaurus
  • samples
  • scripts
  • src
  • testing
  • .gitignore
  • .gitleaks.toml
  • .pre-commit-config.yaml
  • .python-version
  • .ruff.toml
  • .secrets.baseline
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • DESIGN_GUIDELINES.md
  • DEVELOPER_GUIDE.md
  • LICENSE
  • NOTICE
  • README.md
  • trivy.yaml
  • VIBE_CODING_TIPS_TRICKS.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k

A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.

34k