Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is an MCP server for AWS that currently supports interacting with S3 and DynamoDB (demo video here). I've added these products as a starting point, but in theory we could extend this MCP server to any other AWS products.
Server Details
mcp-server-aws
~/.aws/credentials
file by default.AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
us-east-1
)Motivation and Context
The goal of this MCP server is to be used as a control plane for AWS so that users can view and modify their cloud resources in natural language.
How Has This Been Tested?
I've tested this MCP server using the Claude Desktop app as my MCP client. Tested the following scenarios:
Breaking Changes
This is a net-new server so there are no breaking changes.
Types of changes
Checklist
Additional context
Note that this server requires an IAM user with RW permissions for your AWS account for S3 and DynamoDB.