aws-boto3-mcp-private
If you are the rightful owner of aws-boto3-mcp-private 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.
AWS Boto3 MCP Server is designed to execute Python code using the Boto3 client from the AWS SDK to manage AWS resources.
The AWS Boto3 MCP Server is a Model Context Protocol (MCP) server that facilitates the execution of Python code using the Boto3 client from the AWS SDK. This server is specifically designed to monitor and manage AWS resources within a specified account. Security is a key feature, as the MCP client, which could be a Large Language Model (LLM), an AI agent, or a developer tool, must provide valid AWS credentials (access key and secret key) to the code executor. The server architecture includes a front-end MCP server and a backend Docker container hosted on AWS LightSail, a managed service for running containers on AWS Cloud. The server's access is restricted and can be managed through AWS LightSail's firewall rules. Additionally, the MCP specifications were updated on March 25th, 2025, to incorporate OAuth2 security, enhancing the authorization process.
Features
- Secure Execution: Requires AWS credentials for executing Python code using Boto3.
- Front-end MCP Server: Implements the official MCP architecture.
- Backend Docker Container: Hosted on AWS LightSail for easy container management.
- Firewall Management: Access restrictions managed through AWS LightSail firewall rules.
- OAuth2 Security: Updated MCP specs include OAuth2 for enhanced authorization.