Back to MCP Servers
Tfmcp
🦀 🏠 - A Terraform MCP server allowing AI assistants to manage and operate Terraform environments, enabling reading configurations, analyzing plans, applying configurations, and managing Terraform state.
cloud-platformsai
By nwiizo
Installation
npx -y tfmcpConfiguration
{
"mcpServers": {
"tfmcp": {
"command": "npx",
"args": ["-y", "tfmcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes