Skip to content
Grok

hostaway for Grok

io.github.mattlong-plux/hostaway

Hostaway PMS: reservations, listings, calendars, financials, and guest messaging.

client:Grok transport:stdio runtime:npm

Install hostaway in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hostaway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@matt-long-plux/hostaway-mcp"
      ],
      "env": {
        "HOSTAWAY_ACCOUNT_ID": "<HOSTAWAY_ACCOUNT_ID>",
        "HOSTAWAY_CLIENT_SECRET": "<HOSTAWAY_CLIENT_SECRET>",
        "HOSTAWAY_READ_ONLY": "<HOSTAWAY_READ_ONLY>",
        "HOSTAWAY_CACHE_TTL": "<HOSTAWAY_CACHE_TTL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

hostaway in other clients