AWS MCP Servers
@awslabs
AWS MCP Servers について
Open source MCP Servers for AWS
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"awslabs.bedrock-kb-retrieval-mcp-server": {
"command": "uvx",
"args": [
"awslabs.bedrock-kb-retrieval-mcp-server@latest"
],
"env": {
"AWS_PROFILE": "your-profile-name",
"AWS_REGION": "us-east-1",
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is AWS MCP Servers?
AWS MCP Servers is a suite of open source MCP (Model Context Protocol) servers that give AI applications access to AWS documentation, contextual guidance, and best practices. It is designed for developers using AI‑powered IDEs, chatbots, and custom workflows to build cloud‑native applications on AWS.
How to use AWS MCP Servers?
Install and configure a server for your MCP client (Kiro, Cline, Cursor, Windsurf, VS Code, or Claude Desktop) by adding its command to the client’s mcp.json configuration file. For example, the AWS Documentation server can be added with uvx mcp-server-aws-documentation. One‑click install buttons are available for Cursor and VS Code. The servers communicate over stdio only.
Key features of AWS MCP Servers
- Provides real‑time access to official AWS documentation
- Supports infrastructure & deployment workflows (CDK, Terraform, containers)
- Includes tools for AI/ML, data analytics, and databases
- Offers specialized servers for cost, operations, and healthcare
- Enables automated code generation and infrastructure management
- Integrates with popular MCP clients (IDE, chatbot, agent)
Use cases of AWS MCP Servers
- Vibe coding and development: accelerate cloud‑native application creation
- Conversational assistants: provide up‑to‑date AWS knowledge and guidance
- Autonomous background agents: automate data operations, ETL, and monitoring
- Infrastructure as code: generate CDK or Terraform templates from natural language
- Cost & operations: query AWS billing data and resource health
FAQ from AWS MCP Servers
What transport mechanisms do AWS MCP Servers support?
The servers support stdio only. Server Sent Events (SSE) support was removed on May 26, 2025. Support for Streamable HTTP is in active development.
How do I choose between a local and a remote MCP server?
Local servers run on your machine for low‑latency, offline‑capable access. The managed AWS MCP Server (preview) is remote, hosted by AWS, and provides secure, auditable interactions with IAM permissions and full CloudTrail logging.
Which MCP clients are compatible with AWS MCP Servers?
Common clients include Kiro, Cline, Cursor, Windsurf, VS Code, and Claude Desktop. Each client has a specific mcp.json configuration location documented in the README.
What happened to Server Sent Events (SSE) in AWS MCP Servers?
SSE support was removed on May 26, 2025 to align with the MCP specification. Previous major versions remain available for applications that still require SSE until migration to
「クラウドとインフラ」の他のコンテンツ
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
コメント