Description
An MCP server implementation for AWS services, allowing AI applications to access AWS services like Bedrock, S3, and DynamoDB through the Model Context Protocol.
Installation
npx -y awslabs.cdk-mcp-server npm install awslabs.cdk-mcp-server git clone https://github.com/awslabs/mcp/tree/HEAD/src/cdk-mcp-server Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"aws-cloud-development-kit": {
"command": "npx",
"args": [
"-y",
"awslabs.cdk-mcp-server"
]
}
}
}