AWS MCP Server
CommunityAbout
Integration with Amazon Web Services. Manage AWS resources and services directly from your AI assistant.
Features
- EC2 instance management
- S3 bucket operations
- Lambda function control
- CloudWatch monitoring
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"aws": {
"command": "npx",
"args": [
"-y",
"@aws-mcp/server-aws"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"aws": {
"command": "npx",
"args": [
"-y",
"@aws-mcp/server-aws"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "List EC2 instances"
- "Upload files to S3"
- "Check CloudWatch logs"