Hostaway runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 2 Aug 2026.
Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add hostaway -- npx -y hostaway-mcp
{
"mcpServers": {
"hostaway": {
"args": [
"-y",
"hostaway-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.hostaway]
command = "npx"
args = ["-y", "hostaway-mcp"]
{
"mcpServers": {
"hostaway": {
"args": [
"-y",
"hostaway-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"hostaway": {
"args": [
"-y",
"hostaway-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.