CloudPython

aws-mcp-server

This MCP server allows AI assistants to execute AWS CLI commands in a safe environment.

Free
N/A rating (0 reviews)0 installs182 GitHub stars
AWSAIMCP

The AWS MCP Server is designed to bridge the gap between AI tools and AWS services, enabling seamless execution of AWS CLI commands. By leveraging the Model Context Protocol (MCP), it provides a secure and efficient way for AI assistants like Claude to interact with AWS, managing cloud infrastructure with ease. This service eliminates the need for individual API wrappers, allowing for comprehensive access to over 200 AWS services through a simple command interface. With this server, users can harness the power of AI to automate and manage their cloud resources without the complexity of traditional API integration. The containerized environment ensures that commands are executed safely, providing a robust solution for cloud management tasks.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "aws-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-aws-mcp-server"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1