AWS MCP
OfficialbyAWS
AWS's comprehensive MCP suite includes a managed remote server and 30+ open-source servers covering the full AWS ecosystem. Manage Lambda functions, ECS containers, EKS clusters, CDK infrastructure, S3 storage, DynamoDB tables, Bedrock AI models, and cost analysis — all through a unified MCP interface.
API Key Required
Configuration
{
"mcpServers": {
"aws": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws"
],
"env": {
"AWS_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.