terraform-mcp-server

thrashr888/terraform-mcp-server
★ 119 stars TypeScript ⚙️ DevOps Updated 3mo ago
Terraform Registry MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "terraform-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "thrashr888/terraform-mcp-server"
      ]
    }
  }
}