AWS CLI MCP ServerServer

IcyKallen
GitHub
AWSCLICloud Management

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that allows users to generate and execute AWS CLI commands directly from conversations with Claude, enabling management of AWS resources. This server supports natural language queries and provides full access to AWS CLI functionalities.

📝 JSON Entries

{
  "mcpServers": [
    {
      "aws-cli": {
        "args": [
          "/path/to/aws-cli-mcp-server/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

execute-aws-commandget-service-details

Features

  • Execute AWS CLI commands through MCP protocol
  • Retrieve detailed information about AWS services
  • Access to a list of available AWS services

💬 Example Queries

  • I need to list my S3 buckets.
  • Create a new S3 bucket named 'my-test-bucket' in the us-west-2 region.
  • What EC2 commands are available?