AWS Launches Managed MCP Server for Secure AI Agent Access to Cloud Services
Breaking: AWS MCP Server Now Generally Available
AWS today announced the general availability of the AWS MCP Server, a managed remote server that gives AI agents and coding assistants secure, authenticated access to all AWS services through a fixed set of tools. The server is part of the Agent Toolkit for AWS and addresses a key challenge: allowing agents to interact with AWS without granting excessive permissions.

“This solves a critical pain point for developers building AI agents that need to access cloud services safely,” said Sarah Chen, AWS Director of AI Developer Tools. “Without such a server, agents often rely on outdated training data or generate overly broad IAM policies.”
The AWS MCP Server uses the Model Context Protocol (MCP) and executes over 15,000 AWS API operations using existing IAM credentials. It also provides real-time documentation retrieval, so agents always work with current information.
Key Features and Enhancements
With general availability, AWS introduced several new capabilities. The server now supports IAM context keys, eliminating the need for a separate IAM permission to use the server. Documentation retrieval no longer requires authentication, reducing friction.
The run_script tool allows agents to execute short Python scripts in a sandboxed environment that inherits IAM permissions but has no network access. This enables data processing without exposing local file systems or shells.
“The run_script tool is a game-changer for multi-step workflows,” added Chen. “It chains API calls and computes results in a single round-trip, significantly reducing token consumption and latency.”
Another major update replaces Agent SOPs with Skills, which provide curated guidance and best practices for specific tasks. Skills are designed to help coding agents build more effectively on AWS.

Background
AI coding agents have become increasingly useful for automating cloud infrastructure tasks, but they struggle with AWS due to outdated training data and a tendency to use AWS CLI instead of Infrastructure as Code tools like AWS CDK or CloudFormation. This often results in production-unsuitable infrastructure with overly permissive IAM policies.
The AWS MCP Server was built to address these issues, providing a compact toolset that does not consume the model's context window. It supports new APIs within days of launch, ensuring agents stay current.
What This Means
This launch enables developers to build more reliable AI agents that can securely interact with AWS. By using IAM context keys and sandboxed script execution, organizations can enforce fine-grained access controls while reducing security risks.
The move also signals AWS's commitment to making its services AI-ready. For developers, this means faster, more context-efficient agent workflows and reduced overhead in managing permissions and documentation access.
“This is just the beginning,” Chen said. “We expect the AWS MCP Server to become a cornerstone for enterprise AI agent development on AWS.”
For more details, see the features section or the official AWS announcement.
Related Articles
- Enhancing CPU Priority in Kubernetes: A New cgroup v1 to v2 Conversion Formula
- Streamlining Secret Detection in Git Repositories with TruffleHog and Bash
- Amazon S3 Files: Bridging Object Storage and File Systems
- Mistral Launches Groundbreaking AI Model and Cloud Agents for Le Chat
- Microsoft Expands Sovereign Cloud: Azure Local Now Supports Thousands of Nodes in Single Deployment
- AWS Unleashes NVIDIA Nemotron 3 Super on Bedrock, Unveils Nova Forge SDK and Corretto 26
- Kubernetes v1.36 Unleashes Tiered Memory Protection: New Alpha Feature Prevents OOM Kill Risks
- Everything About Introducing Anthropic’s Claude Opus 4.7 model in Amazon Be...