MCP-on-AWS-Bedrock
If you are the rightful owner of MCP-on-AWS-Bedrock and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple and clear example for implementation and understanding Anthropic MCP on AWS Bedrock.
This project demonstrates how to implement and use Anthropic's Model Context Protocol (MCP) with AWS Bedrock. It provides a client implementation that can interact with MCP-enabled tools through AWS Bedrock's runtime service. The project includes updates for Streamable HTTP support, showcasing different transport types for MCP servers. It requires Python 3.10 or higher, an AWS account with Bedrock access, configured AWS credentials, and the UV package manager.
Features
- Seamless integration with AWS Bedrock runtime using Converse API
- Tool format conversion for Bedrock compatibility
- Asynchronous communication handling
- Structured logging for debugging