At a glance: AWS publishes 54 open-source MCP servers in awslabs/mcp (8,900 stars, Apache 2.0) plus a GA managed remote MCP server (AWS MCP Server) — the largest MCP server collection from any single organization. Servers cover databases (DynamoDB, Neptune, Redshift), compute (ECS, EKS, Lambda), security (IAM, Well-Architected), cost management, and more. MCP client support exists in Kiro IDE (replacing Amazon Q Developer), the Q Developer CLI, and Bedrock AgentCore. Part of our AI Providers MCP category.

June 2026 update: The AWS MCP Server reached general availability (May 6, 2026) with major new capabilities: Agent Skills replacing Agent SOPs, sandboxed Python execution against AWS APIs, IAM context keys for human/agent permission separation, and no additional charge. It is now part of the Agent Toolkit for AWS umbrella. OpenAI GPT-5.5, GPT-5.4, and Codex moved from limited preview to GA on Bedrock (June 1, 2026) with pricing now matching OpenAI first-party rates. AgentCore gained Terraform support via provider v6.49.0 (June 4, 2026), and the Runtime added AG-UI protocol support and bring-your-own filesystem via S3/EFS. Kiro IDE added parallel task execution, Quick Plan mode, and Requirements Analysis in June. Three new CVEs to note.

AWS has taken a go-wide infrastructure approach to MCP, treating it as a protocol for connecting AI agents to cloud services. Rather than wrapping a single API, AWS built dozens of purpose-specific servers — each one a gateway to a different AWS service. This reflects AWS’s core business: they don’t sell models (though Bedrock now hosts models from 15+ providers including OpenAI), they sell the infrastructure those models connect to.

Amazon Web Services is the world’s largest cloud provider. AWS Q1 2026 revenue: $37.6 billion (+28% YoY, fastest growth in 15 quarters), with a $150 billion annualized run rate. Almost 80% of Fortune 100 companies use Bedrock. Bedrock processed more tokens in Q1 2026 than all prior years combined. AWS is an AAIF Platinum member — joining at the foundation’s December 2025 launch alongside Anthropic, Google, Microsoft, OpenAI, Block, Bloomberg, and Cloudflare.

Architecture note: AWS’s MCP strategy is the most infrastructure-centric of any AI provider. Where Anthropic created the protocol, Google published 24+ servers for its cloud, and OpenAI focused on client integration, AWS published the largest server collection covering virtually every major AWS service — and is now adding managed remote MCP servers that require zero local setup, turning MCP into the universal agent-to-cloud interface.

What It Does

The awslabs/mcp Monorepo (54 Open-Source Servers)

The primary repository at awslabs/mcp contains 54 individual MCP servers organized by AWS service. The April 21, 2026 release removed 12 deprecated server directories and consolidated functionality, reducing the count from the original 68. Since then, several new servers have been added (including the CCAPI and AgentCore MCP servers), and third-party trackers suggest the count has grown past 54 — check awslabs.github.io/mcp/servers for the current authoritative list.

CategoryServers
DatabasesDynamoDB, Neptune, DocumentDB, ElastiCache, Redshift, Postgres, S3 Tables, DSQL
AI/MLBedrock Data Automation, Bedrock Custom Model Import, Bedrock Knowledge Bases, SageMaker AI, Nova Canvas, SageMaker Unified Studio (Spark)
Compute & ContainersECS, EKS, Lambda, Serverless
Infrastructure as CodeCDK, CloudFormation, Terraform
SecurityIAM, Well-Architected Security
ObservabilityCloudWatch, CloudTrail, CloudWatch Synthetics
Cost ManagementCost Explorer, Billing & Cost Management, AWS Pricing (now with cost allocation tags, billing view analytics)
Developer ToolsAWS Documentation, CodePipeline, CodeBuild
Agent InfrastructureBedrock AgentCore
Networking & StorageVPC, S3, Cloud Storage, Network
EnterpriseAWS Systems Manager for SAP, AWS For SAP Management (NEW April 29, 2026)
InfrastructureAWS Cloud Control API (CCAPI) — natural language CRUDL for 1,200+ resource types via Cloud Control API (NEW May/June 2026)
Agent InfrastructureAmazon Bedrock AgentCore MCP Server (NEW 2026)
AspectDetail
GitHubawslabs/mcp — 8,900 stars, 1,566 forks
LanguagePython
LicenseApache 2.0
Commits1,500+
Releases210+ (latest: June 2026)
Transportstdio only (SSE removed May 2025; Streamable HTTP planned)
Installationuvx with one-click install for Kiro, Cursor, VS Code

AWS MCP Server (GA) — Managed Remote

The AWS MCP Server reached general availability on May 6, 2026 — graduating from preview with major new capabilities. It is now part of the Agent Toolkit for AWS, a suite that includes the MCP Server, skills, and plugins to help coding agents work more effectively on AWS:

  • 15,000+ AWS APIs — any API through a single tool, including operations requiring file uploads and long-running execution
  • Real-time AWS documentation — docs, API references, What’s New posts, Getting Started guides, Builder Center, blogs, architectural references, Well-Architected guidance; documentation retrieval no longer requires authentication
  • Agent Skills (replaced Agent SOPs) — curated guidance loaded on demand, keeping context window usage low; contributed and maintained by AWS service teams; reduces hallucination and keeps agents focused
  • Sandboxed script execution — agents run Python code against AWS services for multi-step operations, without access to your local filesystem or shell tools
  • IAM context keys — fine-grained permission separation between human and agent calls; restrict agent to read-only while human retains mutating operations
  • CloudWatch metrics under the AWS-MCP namespace — observe MCP server calls separately from direct human calls for compliance audit trails
  • Zero local setup — connects over HTTPS from any MCP-compatible client
  • No additional charge — pay only for the AWS resources your agents use
  • Available in Northern Virginia and Frankfurt at GA launch

This is AWS’s answer to the “stdio only” limitation of the open-source servers — a remote, managed alternative that requires no local Python environment or uvx installation.

Additional Official Repositories

RepositoryStarsDescription
aws/mcp-proxy-for-aws249AWS MCP Proxy Server with SigV4 authentication
awslabs/run-model-context-protocol-servers-with-aws-lambda353Run stdio MCP servers as Lambda functions
aws-samples/sample-serverless-mcp-servers230Sample MCP servers on AWS Serverless compute
aws-samples/aws-mcp-servers-samples191Additional AWS MCP server samples
awslabs/Log-Analyzer-with-MCP154Log analysis via MCP
aws-solutions-library-samples/guidance-for-deploying-model-context-protocol-servers-on-aws147Deployment guidance for MCP on AWS infrastructure

MCP Client Support

AWS offers MCP client support across multiple products:

ProductMCP SupportDetail
Kiro IDEYesAWS’s agentic IDE replacing Q Developer IDE plugins. Native MCP support including remote servers. Specs, hooks, steering files, custom subagents. GA November 2025. June 2026: parallel task execution (up to 4x faster), Quick Plan mode (single-pass spec generation), Requirements Analysis (automated reasoning to catch logical gaps). Claude Opus 4.8 added experimentally (1M context).
Amazon Q Developer CLIYes (since April 2025)stdio and HTTP MCP server support. Progressive server loading — tools become available as servers initialize
Amazon Q Developer IDESunsettingEnd of support April 30, 2027. New signups end May 15, 2026. Users should migrate to Kiro
Bedrock AgentsYesNative MCP server invocation via AgentCore
AgentCore GatewayYesServer-side tool execution — Bedrock auto-discovers tools, presents to model, executes server-side in a single API call (February 2026)
AgentCore RuntimeYes (March 2026)Stateful MCP sessions in dedicated microVMs, elicitation, sampling, progress notifications

Amazon Q Developer → Kiro (ongoing migration). AWS announced that Q Developer IDE plugins and paid subscriptions reach end of support on April 30, 2027, with new signups ending May 15, 2026. The replacement is Kiro — an agentic IDE built for spec-driven development with native MCP support, hooks (automated triggers on file save/commit), steering files (persistent project context), and custom subagents. Kiro reached GA in November 2025 and added a Kiro CLI at GA. Q Developer in the AWS Management Console and first-party AWS experiences are not affected.

Bedrock AgentCore

AgentCore is AWS’s platform for deploying and managing AI agents with native MCP support. Several components reached GA in spring 2026:

  • AgentCore Gateway — centralized MCP tool server; agents discover and invoke MCP tools through a unified interface. Server-side tool execution (February 2026) eliminates client-side tool orchestration loops
  • AgentCore Runtime — GA October 2025. Deploys MCP servers in managed infrastructure with stateful session support (dedicated microVMs). Available across 15 AWS regions. March 2026: added AG-UI protocol support. May 2026: bring-your-own file system via Amazon S3 Files and Amazon EFS
  • AgentCore Policy — GA March 3, 2026. Security controls defining agent action boundaries; verification happens outside the agent’s reasoning loop before reaching tools or data
  • AgentCore Evaluations — GA March 31, 2026. Automated quality evaluations for deployed agents based on real-world behavior
  • AgentCore CLI — launched April 2026. Terraform support now available via Terraform AWS provider v6.49.0 (June 4, 2026), adding aws_bedrockagentcore_gateway and related resources alongside existing CDK support. Available in 15 regions at no additional charge
  • Supports elicitation, sampling, and progress notifications for stateful MCP sessions

Community Servers

RepositoryStarsLanguageLicenseDescription
RafalWilinski/aws-mcp297TypeScript“Talk with your AWS using Claude” — general AWS MCP server
alexei-led/aws-mcp-server182PythonMITAWS CLI commands in a safe containerized environment via MCP
ravikiranvm/aws-finops-mcp-server176PythonMITAWS FinOps cost analysis via MCP
rishikavikondala/mcp-server-aws128PythonMITGeneral-purpose AWS MCP server
aarora79/aws-cost-explorer-mcp-server127PythonMITAWS Cost Explorer data via MCP
groovyBugify/aws-security-mcp81PythonApache 2.0AWS security analysis via MCP
zxkane/mcp-server-amazon-bedrock23JavaScriptMITAmazon Bedrock Nova Canvas image generation

Total GitHub search results for “aws mcp server”: 714 repositories — the largest community ecosystem of any cloud provider.

Bedrock Model Pricing

AWS Bedrock hosts models from 15+ providers — and now OpenAI (limited preview, April 28, 2026). On-demand pricing per 1 million tokens:

Amazon Nova (AWS First-Party)

ModelInputOutput
Nova Pro$0.80$3.20
Nova Lite$0.06$0.24
Nova Micro$0.035$0.14

OpenAI (on Bedrock — GA June 1, 2026)

ModelInputOutput
GPT-5.5Matches OpenAI pricingMatches OpenAI pricing
GPT-5.4Matches OpenAI pricingMatches OpenAI pricing

Also available: Codex (via Codex App, Codex CLI, and IDE integrations with VS Code, JetBrains, Xcode). OpenAI models on Bedrock inherit IAM, PrivateLink, guardrails, encryption, and CloudTrail logging. Launched in limited preview April 28, 2026 (one day after Microsoft’s exclusivity ended); moved to GA June 1, 2026. Pricing matches OpenAI first-party rates and usage counts toward existing AWS commitments. GPT-5.5 and GPT-5.4 support the Responses API on Bedrock; console support coming. GPT-5.4 now available in AWS GovCloud (US-West).

Anthropic Claude (on Bedrock)

ModelInputOutput
Claude Opus 4.6$5.00$25.00
Claude Sonnet 4.6$3.00$15.00
Claude Haiku 4.5$1.00$5.00

Meta Llama (on Bedrock)

ModelInputOutput
Llama 3.1 405B$5.32$16.00
Llama 3.1 70B$2.65$3.50
Llama 3.1 8B$0.30$0.60

Other Providers (on Bedrock)

ModelInputOutput
Mistral Large 3TBDTBD
Mistral Large$4.00$12.00
Cohere Command R+$2.50$10.00
DeepSeek v3.2$0.62$1.85
Gemma 3 27B$0.23$0.38
MiniMax M2$0.30$1.20

Batch inference offers 50% discount vs on-demand. Nearly 100 serverless models available plus 100+ via Bedrock Marketplace.

Bedrock Key Features

FeatureDescription
Bedrock AgentsAutonomous agents that perceive, reason, and act
Knowledge BasesFully managed RAG with source attribution
GuardrailsBlock up to 88% harmful content, 99% accuracy on hallucination detection via Automated Reasoning
Model EvaluationCompare and evaluate models
Fine-tuningCustomize models with your data
AgentCoreDeploy and manage agents with native MCP support

AI Provider MCP Comparison

FeatureAWSAnthropicGoogleOpenAIMeta/LlamaHugging FaceMistral
Official MCP serversYes (54 open-source + managed remote, 8.9K stars)No (reference servers)Yes (24+ servers, 3.4K stars)NoNoYes (210 stars)No
Server approachInfrastructure-wide monorepo + managed remote serversReference implementationsManaged remote + open-sourceClient onlyClient only (Llama Stack)Hub access + Gradio SpacesClient only
MCP clientYes (Kiro IDE, Q Developer CLI, AgentCore)Yes (all Claude products)Yes (Gemini CLI, SDKs)Yes (ChatGPT, Agents SDK)Yes (Llama Stack)NoYes (Le Chat, Agents API)
AAIF memberYes (Platinum)Yes (Platinum, co-founder)Yes (Platinum)Yes (Platinum, co-founder)NoNoYes (Silver)
Unique strengthMost servers (54+), managed remote, cloud integrationCreated the protocolSecond most servers (24+)900M+ weekly users, now on Bedrock tooFully free models1M+ models, Gradio-as-MCPOpen-weight + EU sovereignty
Own modelsYes (Nova family)Yes (Claude family)Yes (Gemini family)Yes (GPT/o-series)Yes (Llama family)Platform (hosts all)Yes (Mistral family)
Free tierYes (AWS Free Tier)Yes (limited Claude)Yes (Flash models)Yes (limited ChatGPT)Yes (all models free)Yes (full Hub access)Yes (Le Chat Free)

Known Issues

  1. Open-source server count reduced 68→54 — The April 21 release removed 12 deprecated server directories. While this is good housekeeping, it means some servers that existed at initial review no longer have standalone directories. The AWS MCP Server (Preview) consolidates some of this functionality.

  2. stdio only (open-source servers) — SSE transport was removed in May 2025, and Streamable HTTP is not yet available for open-source servers. The managed AWS MCP Server (Preview) communicates over HTTPS, partially addressing this limitation.

  3. OpenAPI MCP Server fixed — Issue #2533 from our initial review has been resolved: the April 21 release migrated the OpenAPI MCP server to FastMCP 3.x.

  4. URL allowlist bypass vulnerability — Patched in the April 30 release. Security-relevant fix indicating active security maintenance.

  5. Q Developer IDE sunsetting — Amazon Q Developer IDE plugins reach end of support April 30, 2027. Users must migrate to Kiro. This transition may cause friction for teams already integrated with Q Developer MCP workflows.

  6. Cloud billing required — Most servers interact with AWS services that require an active AWS account with billing. Unlike Google’s free API tier or Meta’s free models, there’s no zero-cost path for most MCP server usage.

  7. No Bedrock API wrapper — While AWS publishes servers for AWS services, there’s no official MCP server that wraps the Bedrock API itself for model inference. Developers wanting to call Bedrock models via MCP need community solutions.

  8. CVE-2026-4270: File access restriction bypass — Improper protection in the no-access and workdir feature of AWS API MCP Server (versions >= 0.2.14, < 1.3.9) allowed bypass of intended file access restrictions and exposure of arbitrary local file contents. Patched in v1.3.9.

  9. CVE-2026-5058 and CVE-2026-5059: Critical RCE in community aws-mcp-server — Two critical command injection vulnerabilities (CVSS 9.8) disclosed April 11, 2026 in community aws-mcp-server packages allow remote code execution without authentication. These affect community-maintained packages, not the official awslabs/mcp monorepo. If you use third-party AWS MCP server packages, verify they are not affected.

  10. AgentCore maturing rapidly — The platform continues to evolve. AgentCore CLI now supports both CDK and Terraform (June 4, 2026). Runtime added AG-UI protocol and bring-your-own filesystem. The overall pattern is rapid iteration, so check release notes before upgrading.

  11. Monorepo complexity — 54 servers in one repository means navigating a large codebase. Individual servers vary in maturity, documentation quality, and maintenance frequency.

Bottom Line

Rating: 4.5 out of 5 (holds from initial review)

AWS continues to operate the most extensive MCP server infrastructure of any company. The shift from 68 to 54 open-source servers is actually a positive — removing deprecated directories and consolidating into managed remote servers shows maturation, not retreat. The AWS MCP Server (Preview) with 15,000+ API access and Agent SOPs represents the industry’s most comprehensive managed MCP offering.

What changed since May 2026:

  • AWS MCP Server → GA (May 6, 2026): Agent Skills replace Agent SOPs, sandboxed Python execution, IAM context keys, now part of Agent Toolkit for AWS; available in N. Virginia + Frankfurt; no additional charge
  • OpenAI on Bedrock → GA (June 1, 2026): GPT-5.5, GPT-5.4, Codex move from limited preview to production; pricing matches OpenAI first-party rates; GovCloud availability added
  • AgentCore Terraform: Provider v6.49.0 (June 4, 2026) adds AgentCore resources to Terraform Registry, closing the CDK-only gap
  • AgentCore Runtime updates: AG-UI protocol support (March 2026); bring-your-own filesystem via S3 Files and EFS (May 2026)
  • Kiro IDE June updates: Parallel task execution (up to 4x faster), Quick Plan mode, Requirements Analysis, Claude Opus 4.8 experimental
  • Security: CVE-2026-4270 patched (file access bypass in AWS API MCP Server); CVE-2026-5058/5059 critical RCE in community aws-mcp-server packages (CVSS 9.8)
  • Cloud Control API MCP Server: New server managing 1,200+ AWS resources through natural language via Cloud Control API

Prior changes (March → May 2026):

  • Cleaned house: 12 deprecated servers removed (68→54), Core MCP deprecated, OpenAPI server fixed
  • OpenAI arrived on Bedrock (limited preview, April 28)
  • Q Developer → Kiro announced; IDE plugins sunset by April 2027
  • AgentCore: Policy GA (March 3), Evaluations GA (March 31), CLI launched (April), server-side tool execution (February)
  • URL allowlist bypass patched; 170% Bedrock spending growth QoQ

Why rating holds 4.5/5: The managed server reaching GA and OpenAI models moving to production are meaningful positive milestones. The new CVEs in community packages are a warning, and the open-source/managed transition is still ongoing. The Q Developer sunset transition continues to carry friction risk. The overall trajectory is the strongest of any cloud provider — AWS is investing more in MCP infrastructure than anyone else — but the platform is in continuous transition and that carries inherent risk.

Who benefits most from AWS’s MCP ecosystem:

  • AWS-native teams — 54 open-source servers plus managed remote servers give AI agents direct access to virtually every AWS service
  • Enterprise architects — AgentCore with Policy GA, Evaluations GA, and server-side tool execution provides the most mature managed MCP infrastructure available
  • Agent builders — Kiro IDE with native MCP, combined with Bedrock’s growing model catalog (now including OpenAI), creates a complete agent development stack

Who should be cautious:

  • Q Developer IDE users — Start planning migration to Kiro now; IDE plugins sunset April 2027, new signups end May 15, 2026
  • Multi-cloud teams — These servers are AWS-specific; there’s no abstraction layer for Azure or GCP equivalents
  • Cost-sensitive experiments — Unlike Meta’s free models or Google’s free API tier, most AWS MCP servers require active AWS billing
  • Teams wanting model-level MCP access — Still no official Bedrock inference MCP server

This review was researched and written by an AI agent. We do not have hands-on access to these tools — our analysis is based on documentation, GitHub repositories, community reports, and official AWS announcements. Information is current as of June 2026. See our About page for details on our review process.

Refresh history: Initial review March 2026 · Refreshed May 2026 · Refreshed June 2026