awslabs/mcp

Open source MCP Servers for AWS

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 36 seconds ago
Added to GitGenius on November 14th, 2025
Created on March 21st, 2025
Open Issues & Pull Requests: 266 (+0)
Number of forks: 1,724
Total Stargazers: 9,636 (+0)
Total Subscribers: 76 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 46.2 hours
Mean response time: 13.9 days
90th percentile: 51.1 days
Tracked items: 510

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 89% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "backlog" is answered fastest, typically in about 3 hours, while "RFC-proposal" waits about 5 days. 53% of tracked open issues have had no activity in three months. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 186
New in 7 days: 3
Closed in 7 days: 5
Avg open age: 99 days
Stale 30+ days: 150
Stale 90+ days: 115

Recent activity

Opened in 7 days: 2
Closed in 7 days: 5
Comments in 7 days: 12
Events in 7 days: 41

Top labels

  • needs-triage (402)
  • stale (267)
  • bug (209)
  • feature-request (135)
  • RFC-proposal (133)
  • backlog (50)
  • documentation (44)
  • awaiting-user-feedback (20)

Detailed Description

The awslabs/mcp repository is an open source collection of MCP servers designed to integrate AWS capabilities with AI applications through the Model Context Protocol. Written primarily in Python, these servers enable large language models and AI coding assistants to access AWS documentation, contextual guidance, and best practices in a standardized way. The repository serves as a bridge between AI tools like Kiro, Cline, Cursor, Windsurf, and Claude Desktop, and AWS cloud services.

The Model Context Protocol itself is an open standard that allows seamless integration between LLM applications and external data sources. MCP servers are lightweight programs that expose specific capabilities through this protocol, with host applications maintaining one-to-one connections to individual servers. The MCP Servers for AWS specifically enhance cloud-native development by providing AI-assisted tools access to real-time AWS information and capabilities that improve model outputs and reduce hallucinations in technical recommendations.

The repository addresses several key limitations of foundation models when working with AWS. By providing access to the latest AWS documentation and APIs, these servers ensure that AI assistants work with current service capabilities rather than relying on potentially outdated training data. The servers enable workflow automation by converting common AWS tasks into tools that foundation models can directly execute, whether using CDK, Terraform, or other infrastructure-as-code approaches. They also provide specialized domain knowledge about AWS services that may not be fully represented in training data, enabling more accurate and helpful responses for cloud development tasks.

The collection covers a broad range of AWS services organized by use case, including infrastructure and deployment tools, serverless and container platforms, AI and machine learning services, data and analytics tools, databases, developer tools, integration and messaging services, cost and operations management, and healthcare and lifesciences services. The servers support multiple MCP clients and coding environments, with quick installation options available for popular platforms like Cursor and VS Code.

Regarding transport mechanisms, the MCP servers in this repository support stdio communication over standard input and output. The project is actively working toward supporting Streamable HTTP for improved transport capabilities in future versions.

The repository shows active maintenance and community engagement. The repository overlaps with other significant projects including knative/docs, zitadel/zitadel, and anthropics/claude-code through shared contributors.

AWS has indicated that the Agent Toolkit for AWS is now the successor to these MCP servers and related projects, informed by customer feedback and offering additional features like IAM condition keys and CloudWatch integration. However, the MCP servers repository continues to function and accept contributions, with the most useful projects expected to eventually migrate into the Agent Toolkit.