Back to MCP Servers
AWS Server
Access AWS documentation, billing data, and service metadata for cloud infrastructure management
cloudawsinfrastructuredevopsofficial
By AWS Labs
Installation
npm install -g @awslabs/mcp-server-awsConfiguration
{
"mcpServers": {
"aws": {
"command": "npx",
"args": ["-y", "@awslabs/mcp-server-aws"],
"env": {
"AWS_ACCESS_KEY_ID": "your-access-key-id",
"AWS_SECRET_ACCESS_KEY": "your-secret-access-key",
"AWS_REGION": "us-east-1"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes