Skip to content

Fcp Terraform

Free

by MCP Community

MCP server for Terraform HCL generation through intent-level commands

v0.1.2Added Apr 12, 2026
terraformhclinfrastructuremcpfcp
Works with:ClaudeGPTGeminiCopilot

Fcp Terraform MCP Server

MCP server for Terraform HCL generation through intent-level commands

Installation

npx -y @aetherwing/fcp-terraform

Reviews

Leave a Review

Installation

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