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
「クラウドとインフラ」の他のコンテンツ
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
AWS Model Context Protocol (MCP) Server
alexei-ledA 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.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
コメント