The vscode terraform MCP server integrates the HashiCorp Terraform VS Code extension, providing AI agents with access to Terraform's infrastructure as code capabilities. It exposes Terraform commands, syntax validation, and resource management tools. The server connects to Terraform Cloud and Enterprise APIs, allowing agents to manage and deploy infrastructure. Developers use it to automate infrastructure provisioning, validate configurations, and manage cloud resources directly from VS Code.
The vscode terraform MCP server integrates the HashiCorp Terraform VS Code extension, providing AI agents with access to Terraform's infrastructure as code capabilities. It exposes Terraform commands, syntax validation, and resource management tools. The server connects to Terraform Cloud and Enterprise APIs, allowing agents to manage and deploy infrastructure. Developers use it to automate infrastructure provisioning, validate configurations, and manage cloud resources directly from VS Code.
npx -y terraformAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"hashicorp-vscode-terraform-github": {
"command": "npx",
"args": [
"-y",
"npx -y terraform"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from vscode terraform?"
No configuration required. This server works out of the box.
"What resources are available in vscode terraform?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in vscode terraform"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in vscode terraform with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.