mcp-server-aws

kernelpanic09/mcp-server-aws
★ 0 stars Python 🤖 AI/LLM Updated today
Model Context Protocol (MCP) server for AWS. Lets Claude and other AI agents query CloudWatch, IAM, costs, EC2, EKS, and more with read-only safety by default.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-aws": {
      "command": "uvx",
      "args": [
        "mcp-server-aws"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-aws

README Excerpt

An MCP server that lets Claude and other AI clients query AWS resources over stdio. Connect it to Claude Desktop or Claude Code and you can ask questions like "which EC2 instances are running in us-west-2?" or "what did I spend on RDS last month?" without writing any glue code. Everything is read-only by default. Write operations

Tools (20)

describe_cloudformation_stackdescribe_ec2_instancedescribe_eks_clusterdescribe_security_groupget_cloudwatch_metricget_cost_and_usageget_ecs_restart_confirmation_tokenget_iam_roleget_s3_bucket_policyget_stop_confirmation_tokenlist_cloudformation_stackslist_ec2_instanceslist_eks_clusterslist_iam_roleslist_iam_userslist_lambda_functionslist_rds_instanceslist_s3_bucketsquery_cloudwatch_logsrestart_ecs_service

Topics

aiai-agentsanthropicawsboto3claudecloudmcpmodel-context-protocolpython