aws-cdk (MCP Server)

GitHub

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "aws-cdk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-aws-cdk"
      ]
    }
  }
}