A solid MCP server that wraps AWS SDK operations for S3 and DynamoDB, letting Claude directly manage your cloud resources through conversation. You get the full range of bucket and object operations for S3, plus comprehensive DynamoDB table and item management including batch operations and TTL configuration. Requires IAM credentials with read/write permissions. Built-in audit logging tracks all operations through a dedicated resource endpoint. Reach for this when you want to prototype AWS workflows, manage development resources, or build conversational interfaces for cloud operations without writing custom API calls.
A Model Context Protocol server implementation for AWS operations that currently supports S3 and DynamoDB services. All operations are automatically logged and can be accessed through the audit://aws-operations resource endpoint.
See a demo video here.
Listed as a Community Server within the MCP servers repository.
To install AWS MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-server-aws --client claude
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION (defaults to us-east-1)aws configure)claude_desktop_config.json file:~/Library/Application\ Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.json"mcpServers": {
"mcp-server-aws": {
"command": "uv",
"args": [
"--directory",
"/path/to/repo/mcp-server-aws",
"run",
"mcp-server-aws"
]
}
}
silenceper/mcp-k8s
azure/containerization-assist
io.github.evozim/aws-builder
reza-gholizade/k8s-mcp-server
flux159/mcp-server-kubernetes