mcp and Lambda-MCP-Server

These are ecosystem siblings—the official AWS MCP servers provide standardized integrations with AWS services, while the Lambda-based implementation offers an alternative deployment pattern for running MCP servers in a serverless environment.

mcp
74
Verified
Lambda-MCP-Server
49
Emerging
Maintenance 25/25
Adoption 10/25
Maturity 16/25
Community 23/25
Maintenance 2/25
Adoption 10/25
Maturity 15/25
Community 22/25
Stars: 8,420
Forks: 1,346
Downloads:
Commits (30d): 99
Language: Python
License: Apache-2.0
Stars: 231
Forks: 48
Downloads:
Commits (30d): 0
Language: Python
License: MIT-0
No Package No Dependents
Stale 6m 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 Lambda-MCP-Server

mikegc-aws/Lambda-MCP-Server

Creates a simple MCP tool server with "streaming" HTTP.

Implements serverless MCP tools on AWS Lambda with minimal boilerplate—decorate Python functions with `@mcp_server.tool()` and handle requests through API Gateway with Streamable HTTP transport. Features built-in DynamoDB-backed session state management for maintaining context across tool invocations, plus Bearer token authentication via API Gateway custom authorizers. Targets MCP clients supporting Streamable HTTP (like MCP Inspector and Strands Agents).

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