The AWS Provider enables Terraform to manage AWS resources.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"terraform-provider-aws": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-terraform-provider-aws"
]
}
}
}