hostaway for Claude Desktop
io.github.uncfreak1255-code/hostaway
Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings
client:Claude Desktop
transport:stdio
runtime:npm
Install hostaway in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hostaway": {
"command": "npx",
"args": [
"-y",
"hostaway-mcp"
],
"env": {
"HOSTAWAY_API_TOKEN": "<HOSTAWAY_API_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs