aws-mcp-server

alexei-led/aws-mcp-server
★ 181 stars Python 💻 Code/Dev Tools Updated 1mo ago
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, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aws-mcp-server": {
      "command": "uvx",
      "args": [
        "aws-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install aws-mcp-server

Topics

ai-assistantawsaws-automationclaudecloud-infrastructuredevopsdockermcpmcp-servermodelcontextprotocol