Interact with all AWS services via CLI
Official AWS Labs MCP server that enables AI assistants to interact with AWS services through AWS CLI commands. Provides programmatic access to manage AWS infrastructure including S3, EC2, and all other services.
{
"mcpServers": {
"aws": {
"mcpServers": {
"awslabs.aws-api-mcp-server": {
"env": {
"AWS_PROFILE": "default"
},
"args": [
"awslabs.aws-api-mcp-server@latest"
],
"command": "uvx"
}
}
}
}
}