🌐 Get free subdomains with automatic DNS provisioning for your projects using the MCP server for saas.tf, designed for demos and development.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"saas-tf-mcp-server": {
"command": "npx",
"args": [
"-y",
"demianguzman/saas-tf-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add saas-tf-mcp-server npx -y demianguzman/saas-tf-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"saas-tf-mcp-server": {
"command": "npx",
"args": [
"-y",
"demianguzman/saas-tf-mcp-server"
]
}
}
}