AWS_MCP_Server

ahmedselimmansor-ctrl/AWS_MCP_Server
★ 2 stars Python ⚙️ DevOps Updated 4d ago
AWS MCP server
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