CloudPython

mcp-server-aws

A Model Context Protocol server implementation for operations on AWS resources.

Free
N/A rating (0 reviews)0 installs128 GitHub stars
AWSMCPServer

This server allows users to perform operations on AWS services, specifically S3 and DynamoDB, through the Model Context Protocol. All actions taken are automatically logged, providing an audit trail accessible via the audit resource endpoint. This ensures transparency and accountability for operations performed on AWS resources. Users can easily set up the server locally, either through an automated installation process using Smithery or manually by cloning the repository and configuring AWS credentials. The server is designed to integrate seamlessly with the Claude desktop app, enhancing productivity and enabling efficient management of AWS resources.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

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

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
mcp-server-aws MCP Server — MCPNest — MCPNest