AWS MCP

v1.0.0Cloud Servicesstable

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 alternat

aiamazon-qawsclaudellm
Share:
296
Stars
0
Downloads
0
Weekly
0/5

What is AWS MCP?

AWS MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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 ...

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 alternat

This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Model Context Protocol (MCP) server that enables AI assist

Use Cases

Interact with AWS resources
Natural language AWS management
Better alternative to Amazon Q
RafalWilinski

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 14, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y aws

Manual Installation

npx -y aws

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use AWS MCP

The aws-mcp server is a Model Context Protocol server that gives Claude and other MCP clients natural language access to your AWS environment, enabling you to query and manage EC2 instances, S3 buckets, Lambda functions, ECS clusters, and other AWS resources through conversation. It uses your locally configured AWS credentials (profiles and regions) so no secrets are ever sent to external services. It positions itself as a more conversational alternative to Amazon Q, letting you ask questions like 'What Lambda functions are deployed in us-east-1?' and get structured answers.

Prerequisites

  • Node.js 18 or later and npm or pnpm installed
  • AWS CLI configured with valid credentials (run 'aws configure' or use ~/.aws/credentials and ~/.aws/config)
  • At least one AWS profile with permissions to describe/list the resources you want to query
  • Claude Desktop or another MCP-compatible client
1

Clone the aws-mcp repository

The server is not published to npm under a usable package name for MCP purposes, so clone and build it locally.

git clone https://github.com/RafalWilinski/aws-mcp
cd aws-mcp
npm install
2

Verify your AWS credentials are configured

The server inherits credentials from the standard AWS credential chain. Confirm at least one profile is active.

aws sts get-caller-identity
3

Add the server to Claude Desktop config

Edit claude_desktop_config.json to register the aws-mcp server, replacing USERNAME with your actual macOS username and adjusting the path to where you cloned the repo.

{
  "mcpServers": {
    "aws": {
      "command": "npm",
      "args": ["--silent", "--prefix", "/Users/USERNAME/aws-mcp", "start"]
    }
  }
}
4

Restart Claude Desktop

Quit and relaunch Claude Desktop to pick up the new server configuration. The AWS tools should now appear in the tool list.

5

Ask Claude to list your AWS resources

Start with a simple query to confirm the server is working and your credentials are being picked up correctly.

AWS MCP Examples

Client configuration

Claude Desktop config pointing to a locally cloned aws-mcp repository.

{
  "mcpServers": {
    "aws": {
      "command": "npm",
      "args": ["--silent", "--prefix", "/Users/USERNAME/aws-mcp", "start"]
    }
  }
}

Prompts to try

Natural language prompts for querying and managing AWS resources through Claude.

- "List all my AWS profiles and which regions are configured for each."
- "Show me all EC2 instances in us-east-1 and their current state."
- "List all S3 buckets in my account along with their approximate sizes."
- "What Lambda functions are deployed in eu-west-1 and when were they last modified?"
- "List all ECS clusters and show the services running in each cluster."

Troubleshooting AWS MCP

Claude cannot see any AWS resources

Run 'aws sts get-caller-identity' in your terminal to confirm credentials are valid and the correct profile is active. The MCP server uses the default profile unless AWS_PROFILE is set in the environment block of your MCP config.

Server fails to start with 'Cannot find module' error

Run 'npm install' inside the cloned aws-mcp directory to install dependencies before registering the server. The npm --prefix flag does not install packages—it only sets the working directory for the start script.

Multi-region queries only return results from one region

Specify the region explicitly in your prompt (e.g. 'in us-west-2'). The server supports multi-region queries but may default to the region in your active AWS profile if none is specified.

Frequently Asked Questions about AWS MCP

What is AWS MCP?

AWS MCP is a Model Context Protocol (MCP) server that 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 alternat It connects AI assistants to external tools and data sources through a standardized interface.

How do I install AWS MCP?

Install via npm with the command: npx -y aws. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with AWS MCP?

AWS MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is AWS MCP free to use?

Yes, AWS MCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Cloud Services MCP Servers

Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "aws": { "command": "npx", "args": ["-y", "aws"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use AWS MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides