mcp-server-aws
A Model Context Protocol server implementation for operations on AWS resources.
This server allows users to perform operations on AWS services, specifically S3 and DynamoDB, through the Model Context Protocol. All actions taken are automatically logged, providing an audit trail accessible via the audit resource endpoint. This ensures transparency and accountability for operations performed on AWS resources. Users can easily set up the server locally, either through an automated installation process using Smithery or manually by cloning the repository and configuring AWS credentials. The server is designed to integrate seamlessly with the Claude desktop app, enhancing productivity and enabling efficient management of AWS resources.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-aws": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-aws"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions