hashicorp/terraform-mcp-server
ποΈποΈβοΈ - The official Terraform MCP Server seamlessly integrates with the Terraform ecosystem, enabling provider discovery, module analysis, and direct Registry API integration for advanced Infrastructure as Code workflows.
Quick Start
Clone the repository:
git clone https://github.com/hashicorp/terraform-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"terraform-mcp-server": {
"command": "npx",
"args": [
"-y",
"hashicorp/terraform-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.