Odel
hostaway mcp

hostaway mcp

Local
@uncfreak1255-codeTypeScriptMITUpdated 2w ago

Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhostaway-mcpv0.2.0

Run

npx -y hostaway-mcp

MCP client config

{
  "mcpServers": {
    "hostaway-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hostaway-mcp"
      ]
    }
  }
}