alexei-led/aws-mcp-server
by Various
A lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, a
MCP
alexei-led/aws-mcp-server
Added 1 June 2026
Overview
A lightweight Python service that lets AI assistants run AWS CLI commands inside a safe containerized environment via the Model Context Protocol (MCP). It connects MCP-aware tools like Claude and Cursor to AWS CLI for cloud infrastructure management.
Best for
Best for
Developers who want to control AWS infrastructure from AI assistants like Claude or Cursor
Use cases
- Manage AWS resources from an AI chat interface
- Automate routine cloud operations with natural language prompts
- Inspect and debug AWS infrastructure without leaving the editor
How to use
Tools exposed
aws_cli_helpaws_cli_pipelineAWS_PROFILEAWS_REGIONAWS_CONFIG_FILEAWS_SHARED_CREDENTIALS_FILEAWS_MCP_TIMEOUTAWS_MCP_MAX_OUTPUTAWS_MCP_TRANSPORTAWS_MCP_SANDBOXAWS_MCP_SANDBOX_CREDENTIALS
Tested with
Claude Desktop, Claude Code
Example client config
{\n "mcpServers": {\n "aws": {\n "command": "uvx",\n "args": ["aws-mcp"]\n }\n }\n} Notes
A lightweight Python service that lets AI assistants run AWS CLI commands inside a safe containerized environment via the Model Context Protocol (MCP). It connects MCP-aware tools like Claude and Cursor to AWS CLI for cloud infrastructure management.
182 stars on GitHub. Last updated 2026-02-27. Licensed MIT.
Use cases
- Manage AWS resources from an AI chat interface
- Automate routine cloud operations with natural language prompts
- Inspect and debug AWS infrastructure without leaving the editor
Pros
- Runs AWS CLI commands in an isolated container for safety
- Works with multiple MCP-compatible AI assistants
- Lightweight and easy to set up
Cons
- Requires MCP-aware tools, limiting direct use
- Containerized execution may add latency for simple commands
- Depends on AWS CLI configuration and credentials
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Runs AWS CLI commands in an isolated container for safety
- Works with multiple MCP-compatible AI assistants
- Lightweight and easy to set up
Cons
- Requires MCP-aware tools, limiting direct use
- Containerized execution may add latency for simple commands
- Depends on AWS CLI configuration and credentials
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
