Official AWS MCP servers for EC2, S3, Lambda, CloudWatch, and more
The official AWS MCP Servers from AWS Labs provide natural language access to your AWS infrastructure. Manage EC2 instances, S3 buckets, Lambda functions, CloudWatch logs, and more through your AI assistant.
The server suite covers multiple AWS services with a unified interface. It uses your existing AWS credentials (profiles, environment variables, or IAM roles) for authentication.
Built for cloud engineers and developers who want to inspect, debug, and manage their AWS resources without switching to the console or memorizing CLI commands.
Add this to your MCP configuration file:
{
"mcpServers": {
"aws": {
"env": {
"AWS_PROFILE": "default"
},
"args": [
"awslabs.core-mcp-server@latest"
],
"command": "uvx"
}
}
}Be the first to review this server!