Talk with your AWS using Claude | Model Context Protocol (MCP) server for AWS | Better Amazon Q alternative
Description:
A server enabling Claude to interact with and manage AWS resources via natural language
Category: Cloud Infrastructure Management
Overview: AWS MCP allows Claude to query and modify AWS resources through natural conversation. Key capabilities include:
Requirements:
Installation:
git clone https://github.com/RafalWilinski/aws-mcp aws-mcp
pnpm install
Configuration: Add to claude_desktop_config.json:
"mcp-server-aws": {
"command": "/Users/<USERNAME>/aws-mcp/node_modules/.bin/node",
"args": ["/Users/<USERNAME>/aws-mcp/dist/index.js"],
"env": {
"AWS_SDK_LOAD_CONFIG": "1"
}
}
Example Queries:
Debugging:
tail -n 50 -f /Library/Logs/Claude/mcp-server-aws.log
tail -n 50 -f /Library/Logs/Claude/mcp.log
Note: MFA support and SSO credential caching improvements are under development.