hubitat mcp for Windsurf
io.github.mrfentmen/hubitat-mcp
MCP server for Hubitat: devices, status, commands via Maker API. Local-first smart home.
client:Windsurf
transport:stdio
runtime:npm
Install hubitat mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"hubitat-mcp": {
"command": "npx",
"args": [
"-y",
"hubitat-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs