AWS Well-Architected Tool Claude Desktop Config
Add the AWS Well-Architected Tool MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-wellarchitected": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-wellarchitected"
],
"env": {
"AWS_WELL_ARCHITECTED_TOOL_API_KEY": "your_aws_well_architected_tool_api_key"
}
}
}
}Environment Variables
AWS_WELL_ARCHITECTED_TOOL_API_KEYReplace your_aws_well_architected_tool_api_key with your actual aws well architected tool api key
Endpoints
PATCH
/workloads/{WorkloadId}/associateLensesAssociateLenses
GET
/lenses/{LensAlias}/sharesListLensShares
POST
/lenses/{LensAlias}/sharesCreateLensShare
POST
/lenses/{LensAlias}/versionsCreateLensVersion
POST
/workloads/{WorkloadId}/milestonesCreateMilestone
POST
/workloadsCreateWorkload
GET
/workloads/{WorkloadId}/sharesListWorkloadShares
POST
/workloads/{WorkloadId}/sharesCreateWorkloadShare
DELETE
/lenses/{LensAlias}#ClientRequestToken&LensStatusDeleteLens
DELETE
/lenses/{LensAlias}/shares/{ShareId}#ClientRequestTokenDeleteLensShare