AWS MCP ServerServer

ihatesea69
GitHub
AWSMCPAI

Loading subscription status...

💡 Description

A Model Context Protocol server allowing Claude AI to interact with AWS resources through natural language, enabling users to query and manage AWS services without using the traditional AWS Console or CLI.

📝 JSON Entries

{
  "mcpServers": [
    {
      "aws": {
        "args": [
          "--silent",
          "--prefix",
          "/Users/<YOUR USERNAME>/aws-mcp",
          "start"
        ],
        "command": "npm"
      }
    }
  ]
}

🛠️ Tools

Node.jsClaude Desktop

Features

  • Query and edit AWS resources using natural language
  • Supports multiple AWS profiles and SSO authentication
  • Multi-region AWS support
  • Secure credential management
  • Local execution with your AWS credentials

💬 Example Queries

  • List available AWS profiles
  • List all EC2 instances in my account
  • Show me S3 buckets with their sizes
  • What Lambda functions are deployed in us-east-1?
  • List all ECS clusters and their services