hostaway for Windsurf
io.github.mattlong-plux/hostaway
Hostaway PMS: reservations, listings, calendars, financials, and guest messaging.
client:Windsurf
transport:stdio
runtime:npm
Install hostaway in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"hostaway": {
"command": "npx",
"args": [
"-y",
"@matt-long-plux/hostaway-mcp"
],
"env": {
"HOSTAWAY_ACCOUNT_ID": "<HOSTAWAY_ACCOUNT_ID>",
"HOSTAWAY_CLIENT_SECRET": "<HOSTAWAY_CLIENT_SECRET>",
"HOSTAWAY_READ_ONLY": "<HOSTAWAY_READ_ONLY>",
"HOSTAWAY_CACHE_TTL": "<HOSTAWAY_CACHE_TTL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs