Talk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aws-mcp": {
"command": "npx",
"args": [
"-y",
"RafalWilinski/aws-mcp"
]
}
}
}
Run in terminal:
claude mcp add aws-mcp npx -y RafalWilinski/aws-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"aws-mcp": {
"command": "npx",
"args": [
"-y",
"RafalWilinski/aws-mcp"
]
}
}
}