About
Overview
The AWS CDK MCP Server enables AI agents to work with AWS CDK for infrastructure as code. It provides tools for synthesizing CloudFormation templates, deploying stacks, diffing changes, and managing CDK applications. Supports all CDK constructs and patterns.
Capabilities
Tools & Capabilities
⚡synth
Synthesize CloudFormation template from CDK
⚡deploy
Deploy a CDK stack
⚡diff
Show differences between deployed and local stack
⚡list_stacks
List all CDK stacks
⚡destroy
Destroy a deployed stack
Setup
Installation
bash
Install
npx -y @awslabs/mcp-server-aws-cdkExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"aws-cdk": {
"command": "npx",
"args": ["-y", "@awslabs/mcp-server-aws-cdk"],
"env": {
"AWS_REGION": "us-east-1"
}
}
}
}Quick Info
Authorawslabs
LanguageTypeScript
StatusStable
Stars★ 180
Last UpdatedFeb 12, 2026