🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integration. ⚡️
🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integration. ⚡️
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"nwiizo-tfmcp-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nwiizo-tfmcp-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from tfmcp?"
No configuration required. This server works out of the box.
"What resources are available in tfmcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in tfmcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in tfmcp 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.