Official AWS MCP servers for EC2, S3, Lambda, CloudWatch, and more
The official AWS MCP Servers from AWS Labs provide natural language access to your AWS infrastructure. Manage EC2 instances, S3 buckets, Lambda functions, CloudWatch logs, and more through your AI assistant.
The server suite covers multiple AWS services with a unified interface. It uses your existing AWS credentials (profiles, environment variables, or IAM roles) for authentication.
Built for cloud engineers and developers who want to inspect, debug, and manage their AWS resources without switching to the console or memorizing CLI commands.
Official AWS Labs project. Uses standard AWS credential chain. Well-architected with service-specific modules.
6 files analyzed Β· 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"aws": {
"command": "uvx",
"args": [
"awslabs.core-mcp-server@latest"
],
"env": {
"AWS_PROFILE": "default"
}
}
}
}From the project's GitHub README.
A suite of specialized MCP servers that help you get the most out of AWS, wherever you use MCP.
[!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.
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.
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
The MCP protocol currently defines two standard transport mechanisms for client-server communication:
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.
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.
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.
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:
For AWS interactions, we recommend starting with:
| Server Name | Description | Install |
|---|---|---|
| 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 more |
| Server Name | Description | Install |
|---|---|---|
| AWS Knowledge MCP Server | A 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. | |
| AWS Documentation MCP Server | Get latest AWS docs and API references |
Build, deploy, and manage cloud infrastructure with Infrastructure as Code best practices.
| Server Name | Description | Install |
|---|---|---|
| AWS IaC MCP Server | Complete Infrastructure as Code toolkit with CloudFormation documentation access, CDK best practices guidance, construct examples, security validation, and deployment troubleshooting | |
| AWS Cloud Control API MCP Server β οΈ DEPRECATED | Direct AWS resource management with security scanning and best practices (Use AWS IaC MCP Server instead) |
| Server Name | Description | Install |
|---|---|---|
| Amazon EKS MCP Server | Kubernetes cluster management and application deployment | |
| Amazon ECS MCP Server | Container orchestration and ECS application deployment | |
| Finch MCP Server | Local container building with ECR integration |
| Server Name | Description | Install |
|---|---|---|
| AWS Serverless MCP Server | Complete serverless application lifecycle with SAM CLI | |
| AWS Lambda Tool MCP Server | Execute Lambda functions as AI tools for private resource access |
| Server Name | Description | Install |
|---|---|---|
| AWS Transform MCP Server | Manage AWS Transform workspaces, jobs, connectors, HITL tasks, and artifacts for mainframe, VMware, .NET, and custom code transformations |
| Server Name | Description | Install |
|---|---|---|
| AWS Support MCP Server | Help users create and manage AWS Support cases |
Enhance AI applications with knowledge retrieval, content generation, and ML capabilities
| Server Name | Description | Install |
|---|---|---|
| Amazon Bedrock Knowledge Bases Retrieval MCP Server | Query enterprise knowledge bases with citation support | |
| Amazon Kendra Index MCP Server | Enterprise search and RAG enhancement | |
| Amazon Q Business MCP Server | AI assistant for your ingested content with anonymous access | |
| Amazon Q Index MCP Server | Data accessors to search through enterprise's Q index | |
| AWS Bedrock Custom Model Import MCP Server | Manage custom models in Bedrock for on-demand inference | |
| AWS Bedrock AgentCore MCP Server | Provides comprehensive documentation access on AgentCore platform services, APIs, and best practices |
Documentation truncated β see the full README on GitHub.
Official AWS support at last. CloudWatch log analysis through Claude is a massive time saver. No more digging through the console.
Covers the major services well. S3 and Lambda management works great. CDK integration is still maturing but promising.
Use this every day for infrastructure management. The cost exploration feature alone has helped me find thousands in savings.
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.