Skip to content

Terraform

Freemium

by Cloud Tools Co

Manage infrastructure as code with Terraform plan, apply, and state inspection.

v0.7.0Added Feb 15, 2025
terraformiacinfrastructure
Works with:ClaudeGPTGeminiCopilot

Terraform MCP Server

Manage infrastructure as code with Terraform plan, apply, and state inspection.

Features

  • Plan & Apply
  • State Inspection
  • Module Management
  • Drift Detection
  • Cost Estimation

Installation

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

Reviews

Leave a Review

Installation

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