hostaway
About
Hostaway PMS: reservations, listings, calendars, financials, and guest messaging.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HOSTAWAY_ACCOUNT_ID HOSTAWAY_CLIENT_SECRET HOSTAWAY_READ_ONLY HOSTAWAY_CACHE_TTLClaude Code
claude mcp add --env HOSTAWAY_ACCOUNT_ID= --env HOSTAWAY_CLIENT_SECRET= --env HOSTAWAY_READ_ONLY= --env HOSTAWAY_CACHE_TTL= hostaway -- npx @matt-long-plux/hostaway-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"hostaway","command":"npx","args":["@matt-long-plux/hostaway-mcp"],"env":{"HOSTAWAY_ACCOUNT_ID":"","HOSTAWAY_CLIENT_SECRET":"","HOSTAWAY_READ_ONLY":"","HOSTAWAY_CACHE_TTL":""}}'
JSON
{
"mcpServers": {
"hostaway": {
"command": "npx",
"args": [
"@matt-long-plux/hostaway-mcp"
],
"env": {
"HOSTAWAY_ACCOUNT_ID": "",
"HOSTAWAY_CLIENT_SECRET": "",
"HOSTAWAY_READ_ONLY": "",
"HOSTAWAY_CACHE_TTL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.