aws-mcpServer

RafalWilinski
GitHub
AWSAINatural Language Query

Loading subscription status...

πŸ’‘ Description

Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with AWS resources through natural language, enabling users to query and manage AWS services.

πŸ“ JSON Entries

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

πŸ› οΈ Tools

run-aws-codeselect-profilelist-credentials

⚑ Features

  • Natural language querying and modification of AWS resources
  • Supports multiple AWS profiles and SSO authentication
  • Multi-region support
  • Secure credential handling using local credentials

πŸ’¬ Example Queries

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