A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your AWS environment. This allows for natural language querying and management of your AWS resources during conversations. Think of better Amazon Q alternative.

- ๐ Query and modify AWS resources using natural language
- โ๏ธ Support for multiple AWS profiles and SSO authentication
- ๐ Multi-region support
- ๐ Secure credential handling (no credentials are exposed to external services, your local credentials are used)
- ๐โโ๏ธ Local execution with your AWS credentials
- Node.js
- Claude Desktop
- AWS credentials configured locally (
~/.aws/directory)
- Clone the repository:
git clone https://github.com/RafalWilinski/aws-mcp
cd aws-mcp- Install dependencies:
pnpm install
# or
npm install- Open Claude desktop app and go to Settings -> Developer -> Edit Config

- Add the following entry to your
claude_desktop_config.json: