← Index

io.github.mattlong-plux/hostaway

io.github.mattlong-plux/hostaway·v1.0.1·Calendar & Time
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hostaway": {
      "command": "npx",
      "args": [
        "-y",
        "@matt-long-plux/hostaway-mcp"
      ],
      "env": {
        "HOSTAWAY_ACCOUNT_ID": "<hostaway_account_id>",
        "HOSTAWAY_CLIENT_SECRET": "<your-hostaway_client_secret>",
        "HOSTAWAY_READ_ONLY": "<hostaway_read_only>",
        "HOSTAWAY_CACHE_TTL": "<hostaway_cache_ttl>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hostaway": {
      "command": "npx",
      "args": [
        "-y",
        "@matt-long-plux/hostaway-mcp"
      ],
      "env": {
        "HOSTAWAY_ACCOUNT_ID": "<hostaway_account_id>",
        "HOSTAWAY_CLIENT_SECRET": "<your-hostaway_client_secret>",
        "HOSTAWAY_READ_ONLY": "<hostaway_read_only>",
        "HOSTAWAY_CACHE_TTL": "<hostaway_cache_ttl>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @matt-long-plux/hostaway-mcp
§02  Environment variables
HOSTAWAY_ACCOUNT_ID
required

Your Hostaway account ID (integer)

HOSTAWAY_CLIENT_SECRET
requiredsecret

Your Hostaway API client secret

HOSTAWAY_READ_ONLY

Set to 'true' to disable all write/mutation tools

HOSTAWAY_CACHE_TTL

Token cache TTL in seconds when API doesn't provide expires_in (default: 240)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time