TLDR: Amazon Web Services (AWS) has open-sourced a Model Context Protocol (MCP) server for its Bedrock AgentCore, designed to significantly simplify and accelerate the development and deployment of AI agents. This new tool allows developers to use natural-language prompts within their integrated development environments (IDEs) to refactor, provision, integrate, and test AI agents on the AgentCore Runtime, bridging the gap between prompt and production.
Amazon Web Services (AWS) has announced the open-sourcing of its Model Context Protocol (MCP) server for Amazon Bedrock AgentCore, a move poised to revolutionize the development lifecycle of AI agents. Released on October 3, 2025, this initiative aims to streamline the complex process of building and deploying AI agents, making it more accessible and efficient for developers.
The Model Context Protocol (MCP) is an open standard that facilitates seamless integration between large language model (LLM) applications and external data sources and tools. The newly released AgentCore MCP server acts as a lightweight program that exposes specific capabilities through this protocol, allowing agentic AI coding assistants and chatbot applications to interact with AWS services more intelligently.
Key Capabilities and Benefits:
The AgentCore MCP server is engineered to compress typical multi-step integration work into conversational commands within an IDE’s chat surface. Its core functionalities include:
1. Agent Refactoring: It guides coding assistants to minimally refactor existing agents to be compatible with the AgentCore Runtime model. This involves adding necessary library imports, updating dependencies, initializing applications with BedrockAgentCoreApp(), converting entry points to decorators, and adapting direct agent calls to payload-based handlers.
2. Environment Provisioning: The server automates the complete setup process for the AWS environment, handling credentials, roles/permissions, Elastic Container Registry (ECR) configurations, and other essential files.
3. Gateway and Tooling Hooks: It facilitates the wiring up of AgentCore Gateway for efficient tool calls, enabling agents to interact with external services and data sources.
4. Deployment and Testing: Developers can invoke and test deployed agents, including end-to-end calls through Gateway tools, directly from their IDE.
This innovation addresses a significant challenge in AI agent development, where developers often spend considerable time learning cloud-specific runtimes, managing credentials, defining role policies, and navigating deployment command-line interfaces. The AgentCore MCP server shifts much of this burden to the IDE assistant, thereby narrowing the ‘prompt-to-production’ gap and reducing development friction.
Client Support and Open-Source Nature:
Also Read:
- Amazon Connect Enhances Customer Service with New Generative AI for Email Interactions
- Mactores and AWS Forge Strategic Partnership to Boost Enterprise Generative AI Adoption by 80%
The server supports a range of agentic IDEs and clients, including Kiro, Claude Code, Cursor, Amazon Q Developer CLI, VS Code Q plugin, and GitHub Copilot. AWS provides a one-click installation flow from its GitHub repository, utilizing a lightweight launcher (uvx) and a standard mcp.json entry, which is consumed by most MCP-capable clients. The project is hosted in the awslabs ‘mcp’ mono-repo under an Apache-2.0 license, encouraging community contributions.


