Skip to content
Grok

hostaway-kit for Grok

io.github.stylabs/hostaway-kit

Read-only Hostaway MCP: listings, calendar, inbox, reports. Fixtures, no key. By STYLABS.

client:Grok transport:stdio runtime:npm

Install hostaway-kit 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-kit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hostaway-kit"
      ],
      "env": {
        "HOSTAWAY_ACCOUNT_ID": "<HOSTAWAY_ACCOUNT_ID>",
        "HOSTAWAY_CLIENT_SECRET": "<HOSTAWAY_CLIENT_SECRET>"
      }
    }
  }
}

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-kit in other clients