← Back to all announcements
★★☆☆☆ 06/05/2026

The AWS MCP Server is now generally available

AI coding agents can now securely access and manage your AWS infrastructure through a production-ready, cost-free integration layer.

View original announcement →

Visual Summary

graph TD A{{AWS MCP Server}}:::announced B((AI Coding Agents)):::external C([Unified AWS API Tool]):::feature D([Sandboxed Python Execution]):::feature E([Agent Skills]):::feature F(AWS IAM):::compute G(Amazon CloudWatch):::compute H(AWS CloudTrail):::storage I(AWS Services):::compute B ==>|"invokes via MCP"| A A -->|"calls any API"| C A -->|"runs scripts"| D A -.->|"discovers guidance"| E C -->|"executes on"| I D -->|"operates on"| I A -->|"enforces"| F A -->|"emits metrics"| G A -->|"audit logs"| H classDef announced fill:#ff9900,stroke:#ec7211,color:#fff,font-weight:bold classDef compute fill:#e3f2fd,stroke:#1565c0,color:#1565c0 classDef storage fill:#e8f5e9,stroke:#2e7d32,color:#2e7d32 classDef feature fill:#fff3e0,stroke:#e65100,color:#e65100 classDef external fill:#f5f5f5,stroke:#616161,color:#616161

What's New

AWS has announced the general availability of the AWS MCP Server, a managed server that enables AI coding agents to interact with AWS services securely through the Model Context Protocol (MCP). It is a core component of the Agent Toolkit for AWS, first previewed at re:Invent 2025, and is now production-ready with several new capabilities added since preview. The service is offered at no additional charge, with customers paying only for the underlying AWS resources their agents consume.

How It Works

  • The AWS MCP Server exposes AWS service interactions to AI coding agents via the Model Context Protocol, acting as a standardized interface layer between the agent and AWS APIs.
  • A single unified tool allows agents to invoke any AWS API, including those requiring file uploads or long-running asynchronous operations.
  • Sandboxed Python script execution enables agents to perform multi-step operations against AWS services in an isolated environment that has no access to the local filesystem or shell, reducing the blast radius of unintended actions.
  • Agent Skills provide on-demand, curated procedural guidance that agents can discover and load dynamically, keeping context window consumption low while still delivering tested workflows for complex tasks.
  • The entire interaction surface is governed by IAM-based access controls, with operational visibility provided through Amazon CloudWatch metrics and AWS CloudTrail audit logging.

Why It's Important

  • As AI coding agents become increasingly embedded in developer workflows, giving them safe, auditable access to cloud infrastructure is a critical enterprise requirement.
  • The AWS MCP Server addresses this by providing a structured, policy-enforced pathway for agents to act on AWS—eliminating the need for ad-hoc, uncontrolled API access patterns that are difficult to audit or restrict.
  • The combination of IAM guardrails, CloudTrail logging, and sandboxed execution means organizations can adopt agentic automation without sacrificing the compliance and security posture they maintain for human operators.
  • The removal of credential requirements for documentation search and skill discovery also significantly lowers the onboarding friction for new users and teams evaluating the toolkit.

How It's Different

  • Prior to this release, coding agents interacting with AWS typically relied on direct SDK calls, custom tool wrappers, or loosely defined agent SOPs (Standard Operating Procedures), none of which provided a standardized, managed interface with built-in observability.
  • The preview version introduced the MCP-based approach but lacked the breadth of API coverage, sandboxed execution, and the more flexible Agent Skills format now available at GA.
  • Agent Skills replace the earlier SOP construct with a more dynamic, demand-driven model that avoids bloating the agent's context window with pre-loaded instructions.
  • Compared to generic MCP server implementations or self-hosted alternatives, the AWS MCP Server is fully managed, natively integrated with AWS identity and observability services, and purpose-built for AWS API interactions.

When to Prefer It

  • The AWS MCP Server is the preferred choice when deploying AI coding agents that need to provision, query, or manage AWS resources as part of automated development or operational workflows.
  • It is particularly well-suited for enterprise environments where auditability, least-privilege access, and compliance logging are non-negotiable requirements.
  • Teams building agentic pipelines with tools like Amazon Q Developer, Claude, or other MCP-compatible agents that need to perform complex, multi-step AWS operations—such as deploying infrastructure, querying service state, or processing data—will benefit most.
  • Organizations that want to avoid the operational overhead of self-hosting and securing their own MCP server infrastructure should also prefer this managed offering.

Availability

  • The AWS MCP Server is generally available as of May 6, 2026.
  • It is currently supported in two AWS Regions: US East (N.
  • Virginia) and Europe (Frankfurt).
  • The service itself carries no additional charge; costs are incurred only from the AWS services and resources that agents interact with during execution.
  • Regional availability is limited at GA, so workloads with data residency requirements outside these two regions should account for this constraint when planning adoption.

Tags

Servicesother-aws
Typega-launch
Conceptsagentic-aicoding-assistant
Use Casesdeveloper-toolsenterprise
GeographyGlobal

AI Radar AWS

AWS AI/ML news — curated, researched, explained

An automated intelligence platform that curates, researches, and analyzes AWS AI/ML/GenAI announcements daily. Every report is backed by real research — the system reads linked blog posts and documentation to provide accurate, in-depth analysis.

How Each Report Is Generated

  1. Collection — Daily monitoring of the AWS "What's New" RSS feed
  2. Filtering — AI-powered relevance detection for AI/ML/GenAI topics
  3. Taxonomy Tagging — LLM-based classification across 6 dimensions
  4. Importance Scoring — Point-based system with tag bonuses (1-5 stars)
  5. Research Phase — Follows links to blog posts and documentation
  6. Report Generation — Claude Sonnet produces structured 6-section analysis
  7. Visual Summary — Claude Opus generates Mermaid diagrams for key items
  8. Publishing — Static website rebuilt and deployed via CloudFront

Features

  • Faceted filtering by service, type, concept, and more
  • Multi-dimensional taxonomy with 80+ tags across 6 dimensions
  • Geographic availability badges (Global, APJ, EMEA, AMER) with filtering
  • Timeline visualization of announcement volume
  • PDF export for offline reading
  • Mermaid visual summaries for key announcements
  • Daily automated updates — no manual curation
What makes this different: Each report involves a dedicated research phase where the system reads linked blog posts and AWS documentation pages. This produces analysis that goes beyond the original announcement text.

Technology

Built with Python, AWS Lambda, Amazon Bedrock (Claude Sonnet 4.6, Opus 4.6, Haiku 4.5), S3, CloudFront, WAF, EventBridge, and CDK.

Open Source

This project is open source. Fork it, customize it for your needs, and deploy your own instance.
📦 github.com/bbonik/ai-radar-aws

How Importance Scoring Works

Each announcement receives a point score based on multiple factors. The total score maps to a 1-5 star rating:

1★ < 2 pts 2★ ≥ 2 pts 3★ ≥ 3.5 pts 4★ ≥ 5 pts 5★ ≥ 6.5 pts

Point Breakdown

FactorPointsWhen
Core AI service (Bedrock, AgentCore, SageMaker AI)+4Service named in title
Key AI service (SageMaker, Kiro, QuickSight)+2Service named in title
Other AI-related service+1Default
Blog post link+3Link to aws.amazon.com/blogs/
GitHub samples link+2Link to github.com/aws*
Documentation link+1Link to docs.aws.amazon.com/
New model+1.5Tagged as "new-model"
New service+1Tagged as "new-service"
New feature+0.5Tagged as "new-feature"
Anthropic / OpenAI provider+2Provider explicitly mentioned
Instance / notebook announcement-2Hardware/capacity, not feature
Performance / pricing / security-0.5Incremental updates
Region expansion to APJ+1Expands to Asia Pacific
Region expansion (non-APJ only)-1.5Only expands to other regions

Geographic Relevance Badges

Each announcement card shows a small badge indicating whether the feature is available in your region:

🌐 Global Available in all regions
🌏 APJ Asia Pacific
🌍 EMEA Europe / Middle East / Africa
🌎 AMER Americas (US, Canada, South America)
No badge Geography unknown
How geography is detected: The system detects ALL geographies mentioned in each announcement. If the text mentions specific regions (Tokyo, Frankfurt, Oregon, etc.), the corresponding geography badges are shown. If it says "all regions" or is a new feature with no region specified, it gets the Global badge. Geography is also filterable — click a geo chip to see only announcements available in that region.