aws-mcp

MCP.Pizza Chef: RafalWilinski

Running on your own machine and reusing the Amazon sign-in details already saved there, it answers questions such as which servers are running, which storage buckets exist and what is deployed in a given region, and it can make changes when you ask. Several saved profiles and regions are supported. Claude Desktop is the app it was written for. The project has been untouched since May 2025, a promised extra sign-in step was never finished, and no successor is named.

Unmaintained ยท no commits since May 2025; no successor named
Coding
Data

Use This MCP server To

List every server running in my Amazon account See my storage buckets and how large they are Check what is deployed in one particular region Switch between my work and personal Amazon profiles Get a plain-English rundown of what I have running

README

AWS MCP

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.

AWS MCP

Features

  • ๐Ÿ” 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

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/RafalWilinski/aws-mcp
cd aws-mcp
  1. Install dependencies:
pnpm install
# or
npm install

Usage

  1. Open Claude desktop app and go to Settings -> Developer -> Edit Config

Claude Settings

  1. Add the following entry to your claude_desktop_config.json:

aws-mcp FAQ

Is this still maintained?
No sign of it. The repository has not been archived, but the last change was in May 2025 and the author names no replacement.
Which apps does it work in?
It was written for Claude Desktop, and the setup instructions cover only that app.
Do I need a key?
Not a new one. It reuses the Amazon sign-in details already stored on your computer, and nothing is sent to any outside service.
Can I use this to check what I have running in the cloud?
Yes. You can ask for your servers, storage and deployed functions in ordinary words and get a readable answer.
Can it change my account, not just read it?
Yes, it can modify resources as well as list them, so be careful how you phrase requests against a live account.
Does it support extra login verification?
No. That was listed as planned work and never finished, so accounts requiring a second verification step will not work.
How hard is the setup?
It is a developer install: you download the code, install its parts, then hand-edit Claude Desktop's settings file with the folder path.