Back to MCP Servers
🔌

nwiizo/tfmcp

MIT

🦀 🏠 - A Terraform MCP server allowing AI assistants to manage and operate Terraform environments, enabling reading configurations, analyzing plans, applying configurations, and managing Terraform st

RustAI & LLMs

Install

npx -y nwiizo-tfmcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "nwiizo-tfmcp": {
      "command": "npx",
      "args": [
        "-y",
        "nwiizo-tfmcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.