aws-mcp-server and mcp-server-aws-resources-python
These two tools are competitors, as both are MCP servers designed to enable AI assistants like Claude to execute AWS operations, likely requiring a user to choose one over the other for their specific setup.
About aws-mcp-server
alexei-led/aws-mcp-server
A lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Exposes AWS CLI through two dynamically-documented tools (`aws_cli_help` and `aws_cli_pipeline`) that let Claude discover and execute commands on-demand rather than wrapping individual APIs. Implements multiple transport protocols (stdio, streamable-http) with configurable sandboxing modes and strict output/timeout limits, relying on IAM policies as the primary security boundary. Supports Docker containerization for host isolation and credential passing via environment variables or AWS config files, with graceful shutdown and proper MCP error handling.
About mcp-server-aws-resources-python
baryhuang/mcp-server-aws-resources-python
A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful AWS operations directly through Claude with proper sandboxing and containerization. No need for complex setups - just pass your AWS credentials and start interacting with all AWS services.
Executes arbitrary Python code with boto3 in an AST-validated sandbox, supporting read and write operations governed by IAM permissions. Distributed as a Docker image with multi-platform support (amd64, arm64, arm/v7) that communicates via MCP's stdio transport, integrating directly into Claude Desktop with environment variable or AWS credential file authentication.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work