hostaway for Cursor
io.github.uncfreak1255-code/hostaway
Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings
client:Cursor
transport:stdio
runtime:npm
Install hostaway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hostaway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hostaway-mcp"
],
"env": {
"HOSTAWAY_API_TOKEN": "<HOSTAWAY_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs