Skip to content

Terraform

Free

by MCP Community

MCP server for Terraform Registry operations

v0.13.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Terraform MCP Server

MCP server for Terraform Registry operations

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y terraform-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "terraform": {
      "command": "npx",
      "args": ["-y", "terraform-mcp-server"]
    }
  }
}