mcp

作者 awslabs已验证

Open source MCP Servers for AWS

9,629
Stars
1,717
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/awslabs/mcp

快速入门

使用 mcp 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Open source MCP servers for AWS

A suite of specialized MCP servers that help you get the most out of AWS, wherever you use MCP.

GitHub License Codecov OSSF-Scorecard Score

[!TIP] The Agent Toolkit for AWS is now live! The Agent Toolkit for AWS is the successor to the MCP servers, plugins, and skills available on AWS Labs, and was informed by feedback from customers like you. If you're building production software using coding agents or building agents for your own customers, we recommend Agent Toolkit for AWS. It includes IAM condition keys to distinguish agent actions from human ones, CloudWatch and CloudTrail visibility, and skills that have been evaluated for accuracy and effectiveness. This repo continues to work and accept contributions. Over time, the most useful projects here will move into Agent Toolkit for AWS.

Table of Contents

What is the Model Context Protocol (MCP) and how does it work with MCP Servers for AWS?

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.

Model Context Protocol README

An MCP Server is a lightweight program that exposes specific capabilities through the standardized Model Context Protocol. Host applications (such as chatbots, IDEs, and other AI tools) have MCP clients that maintain 1:1 connections with MCP servers. Common MCP clients include agentic AI coding assistants (like Kiro, Cline, Cursor, Windsurf) as well as chatbot applications like Claude Desktop, with more clients coming soon. MCP servers can access local data sources and remote services to provide additional context that improves the generated outputs from the models.

MCP Servers for AWS use this protocol to provide AI applications access to AWS documentation, contextual guidance, and best practices. Through the standardized MCP client-server architecture, AWS capabilities become an intelligent extension of your development environment or AI application.

MCP Servers for AWS enable enhanced cloud-native development, infrastructure management, and development workflows—making AI-assisted cloud computing more accessible and efficient.

The Model Context Protocol is an open source project run by Anthropic, PBC. and open to contributions from the entire community. For more information on MCP, you can find further documentation here

Open source MCP servers for AWS Transport Mechanisms

Supported transport mechanisms

The MCP protocol currently defines two standard transport mechanisms for client-server communication:

  • stdio, communication over standard in and standard out
  • streamable HTTP

The MCP servers in this repository are designed to support stdio only.

You are responsible for ensuring that your use of these servers comply with the terms governing them, and any laws, rules, regulations, policies, or standards that apply to you.

Server Sent Events Support Removal

Important Notice: On May 26th, 2025, Server Sent Events (SSE) support was removed from all MCP servers in their latest major versions. This change aligns with the Model Context Protocol specification's backwards compatibility guidelines.

We are actively working towards supporting Streamable HTTP, which will provide improved transport capabilities for future versions.

For applications still requiring SSE support, please use the previous major version of the respective MCP server until you can migrate to alternative transport methods.

Why MCP Servers for AWS?

MCP servers enhance the capabilities of foundation models (FMs) in several key ways:

  • Improved Output Quality: By providing relevant information directly in the model's context, MCP servers significantly improve model responses for specialized domains like AWS services. This approach reduces hallucinations, provides more accurate technical details, enables more precise code generation, and ensures recommendations align with current AWS best practices and service capabilities.

  • Access to Latest Documentation: FMs may not have knowledge of recent releases, APIs, or SDKs. MCP servers bridge this gap by pulling in up-to-date documentation, ensuring your AI assistant always works with the latest AWS capabilities.

  • Workflow Automation: MCP servers convert common workflows into tools that foundation models can use directly. Whether it's CDK, Terraform, or other AWS-specific workflows, these tools enable AI assistants to perform complex tasks with greater accuracy and efficiency.

  • Specialized Domain Knowledge: MCP servers provide deep, contextual knowledge about AWS services that might not be fully represented in foundation models' training data, enabling more accurate and helpful responses for cloud development tasks.

Available MCP Servers: Quick Installation

Get started quickly with one-click installation buttons for popular MCP clients. Click the buttons below to install servers directly in Cursor or VS Code:

🚀 Getting Started with AWS

For AWS interactions, we recommend starting with:

Server NameDescriptionInstall
AWS MCP Server (in preview)Start here for secure, auditable AWS interactions! This remote, managed MCP server is hosted by AWS and combines comprehensive AWS API support with access to the latest AWS documentation, API references, What's New posts, and Getting Started information. Features pre-built Agent SOPs that follow AWS best practices, helping agents complete complex multi-step AWS tasks reliably. Built with safety and control in mind: syntactically validated API calls, IAM-based permissions with zero credential exposure, and complete CloudTrail audit logging. Access all AWS services for managing infrastructure, exploring resources, and executing AWS operations with full transparency and traceability. Read moreInstall
Install
Install on VS Code

Browse by What You're Building

📚 Real-time access to official AWS documentation

Server NameDescriptionInstall
AWS Knowledge MCP ServerA remote, fully-managed MCP server hosted by AWS that provides access to the latest AWS docs, API references, What's New Posts, Getting Started information, Builder Center, Blog posts, Architectural references, and Well-Architected guidance.Install
Install
Install on VS Code
AWS Documentation MCP ServerGet latest AWS docs and API referencesInstall
Install
Install on VS Code

🏗️ Infrastructure & Deployment

Build, deploy, and manage cloud infrastructure with Infrastructure as Code best practices.

Server NameDescriptionInstall
AWS IaC MCP ServerComplete Infrastructure as Code toolkit with CloudFormation documentation access, CDK best practices guidance, construct examples, security validation, and deployment troubleshootingInstall
Install
Install on VS Code
AWS Cloud Control API MCP Server ⚠️ DEPRECATEDDirect AWS resource management with security scanning and best practices (Use AWS IaC MCP Server instead)Install
Install
Install on VS Code

Container Platforms

Server NameDescriptionInstall
Amazon EKS MCP ServerKubernetes cluster management and application deploymentInstall
Install
Install on VS Code
Amazon ECS MCP ServerContainer orchestration and ECS application deploymentInstall
Install
Install on VS Code
Finch MCP ServerLocal container building with ECR integrationInstall
Install
Install on VS Code

Serverless & Functions

Server NameDescriptionInstall
AWS Serverless MCP ServerComplete serverless application lifecycle with SAM CLIInstall
Install
Install on VS Code
AWS Lambda Tool MCP ServerExecute Lambda functions as AI tools for private resource accessInstall
Install
Install on VS Code

Migration & Modernization

Server NameDescriptionInstall
AWS Transform MCP ServerManage AWS Transform workspaces, jobs, connectors, HITL tasks, and artifacts for mainframe, VMware, .NET, and custom code transformationsInstall
Install
Install on VS Code

Support

Server NameDescriptionInstall
AWS Support MCP ServerHelp users create and manage AWS Support casesInstall
Install
Install on VS Code

🤖 AI & Machine Learning

Enhance AI applications with knowledge retrieval, content generation, and ML capabilities

Server NameDescriptionInstall
Amazon Bedrock Knowledge Bases Retrieval MCP Server Query enterprise knowledge bases with citation supportInstall
Install
Install on VS Code
Amazon Kendra Index MCP ServerEnterprise search and RAG enhancementInstall
Install
Install on VS Code
Amazon Q Business MCP ServerAI assistant for your ingested content with anonymous accessInstall
Install
Install on VS Code
Amazon Q Index MCP ServerData accessors to search through enterprise's Q indexInstall
Install
Install on VS Code
AWS Bedrock Custom Model Import MCP ServerManage custom models in Bedrock for on-demand inferenceInstall
Install
Install on VS Code
AWS Bedrock AgentCore MCP ServerProvides comprehensive documentation access on AgentCore platform services, APIs, and best practicesInstall
Install
Install on VS Code
Amazon Translate MCP ServerNeural machine translation across 75+ languages with batch processing and custom terminologyInstall
Install
Install on VS Code
Amazon SageMaker AI MCP ServerSageMaker AI resource management and model developmentInstall
Install
Install on VS Code
Registry of Open Data (RODA) MCP ServerDiscover, explore, and preview open datasets on AWSInstall
Install
Install on VS Code

📊 Data & Analytics

Work with databases, caching systems, and data processing workflows.

SQL & NoSQL Databases

Server NameDescriptionInstall
Amazon DynamoDB MCP ServerDynamoDB expert design guidance and data modeling assistanceInstall
Install
Install on VS Code
Amazon Aurora PostgreSQL MCP ServerPostgreSQL database operations via RDS Data APIInstall
Install
Install on VS Code
Amazon Aurora MySQL MCP ServerMySQL database operations via RDS Data APIInstall
Install
Install on VS Code
Amazon Aurora DSQL MCP ServerDistributed SQL with PostgreSQL compatibilityInstall
Install
Install on VS Code
Amazon DocumentDB MCP ServerMongoDB-compatible document database operationsInstall
Install
Install on VS Code
Amazon Neptune MCP ServerGraph database queries with openCypher and GremlinInstall
Install
Install on VS Code
Amazon Keyspaces MCP ServerApache Cassandra-compatible operationsInstall
Install
Install on VS Code
Amazon Timestream for InfluxDB MCP ServerTime-series database operations and InfluxDB compatibilityInstall
Install
Install on VS Code
AWS S3 Tables MCP ServerManage S3 Tables for optimized analyticsInstall
Install
Install on VS Code
Amazon Redshift MCP ServerData warehouse operations and analytics queriesInstall
Install
Install on VS Code
Amazon RDS Oracle MCP ServerOracle Database operations via Secrets Manager authenticationInstall
Install
Install on VS Code
AWS IoT SiteWise MCP ServerIndustrial IoT asset management, data ingestion, and analyticsInstall
Install
Install on VS Code
Amazon RDS MSSQL MCP ServerSQL Server database operations via RDS Data APIInstall
Install
Install on VS Code
Search & Analytics

Backend API Providers

Server NameDescriptionInstall
AWS AppSync MCP ServerManage and Interact with application backends powered by AWS AppSyncInstall
Install
Install on VS Code

Caching & Performance

Server NameDescriptionInstall
Amazon ElastiCache MCP ServerComplete ElastiCache control plane operationsInstall
Install
Install on VS Code
Amazon ElastiCache / MemoryDB for Valkey MCP ServerAdvanced data structures and caching with ValkeyInstall
Install
Install on VS Code
Amazon ElastiCache for Memcached MCP ServerHigh-speed caching with Memcached protocolInstall
Install
Install on VS Code

Open Data

Server NameDescriptionInstall
Registry of Open Data (RODA) MCP ServerDiscover, explore, and preview open datasets on AWSInstall
Install
Install on VS Code

🛠️ Developer Tools & Support

Accelerate development with code analysis, documentation, and testing utilities.

Server NameDescriptionInstall
AWS IAM MCP ServerComprehensive IAM user, role, group, and policy management with security best practicesInstall
Install
Install on VS Code
AWS Security Agent MCP ServerAutomated security scanning, penetration testing, and remediation using AWS Security Agent
OpenAPI MCP ServerDynamic API integration through OpenAPI specificationsInstall
Install
Install on VS Code

📡 Integration & Messaging

Connect systems with messaging, workflows, and location services.

Server NameDescriptionInstall
Amazon SNS / SQS MCP ServerEvent-driven messaging and queue managementInstall
Install
Install on VS Code
Amazon MQ MCP ServerMessage broker management for RabbitMQ and ActiveMQInstall
Install
Install on VS Code
AWS Step Functions Tool MCP ServerExecute complex workflows and business processesInstall
Install
Install on VS Code
Amazon Location Service MCP ServerPlace search, geocoding, and route optimizationInstall
Install
Install on VS Code
OpenAPI MCP ServerDynamic API integration through OpenAPI specificationsInstall
Install
Install on VS Code

💰 Cost & Operations

Monitor, optimize, and manage your AWS infrastructure and costs.

Server NameDescriptionInstall
AWS Pricing MCP ServerAWS service pricing and cost estimatesInstall
Install
Install on VS Code
Amazon CloudWatch MCP ServerMetrics, Alarms, and Logs analysis and operational troubleshootingInstall
Install
Install on VS Code
AWS Managed Prometheus MCP ServerPrometheus-compatible operationsInstall
Install
Install on VS Code
AWS Billing and Cost Management MCP ServerBilling and cost management for chargeable and Proforma billingInstall
Install
Install on VS Code

🧬 Healthcare & Lifesciences

Interact with AWS HealthAI services.

Server NameDescriptionInstall
AWS HealthOmics MCP ServerGenerate, run, debug and optimize lifescience workflowsInstall
Install
Install on VS Code
AWS HealthImaging MCP ServerComprehensive medical imaging data lifecycle management with 21 tools for DICOM operations, datastore management, and automated discoveryInstall
Install
Install on VS Code
AWS HealthLake MCP ServerCreate, manage, search, and optimize FHIR healthcare data workflows with comprehensive AWS HealthLake integration, featuring automated resource discovery, advanced search capabilities, patient record management, and seamless import/export operations.Install
Install
Install on VS Code
Registry of Open Data (RODA) MCP ServerDiscover, explore, and preview open datasets on AWSInstall
Install
[Install on VS Code](https://insider

常见问题

What is mcp?

mcp is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by awslabs. Open source MCP Servers for AWS. It has 9,629 GitHub stars.

Is mcp safe to use?

Yes. mcp passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install mcp?

Clone the repository with "git clone https://github.com/awslabs/mcp" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is mcp written in?

mcp is primarily written in Python. It is open-source under awslabs on GitHub, so you can review or fork the full source.

Are there alternatives to mcp?

Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh mcp against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

Scrapling

by D4Vinci

🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

75,9137,581Python
MCP 服务器
查看详情

TrendRadar

by sansan0

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。

61,65224,883Python
MCP 服务器
查看详情

context7

by upstash

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors

61,0602,938TypeScript
MCP 服务器
查看详情

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

39,9393,219C
MCP 服务器
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情