Cloud & Infrastructure
Terraform MCP
HashiCorp’s Terraform MCP server integrates Terraform Registry and HCP Terraform/TFE workflows. Look up providers and modules, and work with Terraform Cloud APIs when a token is configured.
Stars
1.5k
Installs
38.0k
License
MPL-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 1.5k · catalog
- Freshness: Updated 2026-06-01
- Used in 2 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: TFE_TOKEN
- · Environment: TFE_ADDRESS
Reference command
{
"mcpServers": {
"terraform": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TFE_TOKEN",
"-e",
"TFE_ADDRESS",
"hashicorp/terraform-mcp-server:1.0.0"
],
"env": {
"TFE_TOKEN": "<your-tfe-token>",
"TFE_ADDRESS": "https://app.terraform.io"
}
}
}
}