terraform-mcp-server

phillipweston/terraform-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
An MCP server that gives LLMs read-only access to your Terraform state. Ask natural-language questions like "what resources exist in prod?", "find all buckets without encryption", or "how does staging differ from prod?" — and get structured answers without leaving your editor.
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": "uvx",
      "args": [
        "terraform-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install terraform-mcp-server