mcp and aws-mcp-server

The official AWS MCP servers provide native integrations with AWS services through standardized protocols, while the lightweight alternative offers a containerized CLI wrapper—they serve different architectural approaches to the same problem and could be considered competitors for the same use case of enabling AI assistants to interact with AWS.

mcp
74
Verified
aws-mcp-server
48
Emerging
Maintenance 25/25
Adoption 10/25
Maturity 16/25
Community 23/25
Maintenance 10/25
Adoption 10/25
Maturity 9/25
Community 19/25
Stars: 8,420
Forks: 1,346
Downloads:
Commits (30d): 99
Language: Python
License: Apache-2.0
Stars: 181
Forks: 31
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No Package No Dependents
No Package No Dependents

About mcp

awslabs/mcp

Official MCP Servers for AWS

Provides specialized MCP servers for AWS services including documentation access, infrastructure-as-code tools (CloudFormation, Terraform), databases, AI/ML services, and cost management—designed to integrate with AI coding assistants (Kiro, Cline, Cursor, Windsurf) and Claude Desktop via stdio transport. Enables LLM applications to access AWS context and perform authenticated API operations, with support for both local execution and remote deployment via AWS Lambda handlers.

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.

Scores updated daily from GitHub, PyPI, and npm data. How scores work