by rishikavikondala
mcp-server-aws is a Model Context Protocol (MCP) server implementation that enables users to interact with Amazon S3 and DynamoDB resources using a Large Language Model (LLM) through the Claude desktop app. It simplifies AWS management by allowing natural language commands for various operations, with all actions automatically logged for auditing.
mcp-server-aws is a Model Context Protocol (MCP) server implementation that allows users to interact with AWS resources using a Large Language Model (LLM), specifically designed to work with the Claude desktop app. It provides a set of tools to perform operations on Amazon S3 and DynamoDB services, with all operations automatically logged for auditing purposes.
mcp-server-aws can be installed and used with the Claude desktop app. There are two primary installation methods:
npx -y @smithery/cli install mcp-server-aws --client claude
command for automatic installation.claude_desktop_config.json
file to include the server. An IAM user with read/write permissions for S3 and DynamoDB is required.After installation, users can interact with AWS resources by asking Claude to perform read/write operations (e.g., creating an S3 bucket).
audit://aws-operations
resource endpoint.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"
]
}
}
Reviews feature coming soon
Stay tuned for community discussions and feedback