mcpbeat Sign in

Hostaway MCP Server

by mattlong-plux Your server? Claim it
local only

Hostaway runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 25 Apr 2026.

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

Installs per day peak 14 · avg 5 · +86% w/w
a month agotoday
40
Installs / week
npm · @matt-long-plux/hostaway-mcp
0
Stars
1 open issues
25 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hostaway every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add hostaway -- npx -y @matt-long-plux/hostaway-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hostaway": {
      "args": [
        "-y",
        "@matt-long-plux/hostaway-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hostaway]
command = "npx"
args = ["-y", "@matt-long-plux/hostaway-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hostaway": {
      "args": [
        "-y",
        "@matt-long-plux/hostaway-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hostaway": {
      "args": [
        "-y",
        "@matt-long-plux/hostaway-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HOSTAWAY_ACCOUNT_ID (Your Hostaway account ID (integer)), HOSTAWAY_CLIENT_SECRET (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hostaway

same job, measured the same way
FolioFact
by foliofact

Read-only value-investing fund, holdings, financial, options, and insider research.

13 tools answering
Ghl MCP Server
by northrosetech

GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.

23 installs/wk local only
Yahoo Finance
by danishashko

Real-time Yahoo Finance data: quotes, history, financials, analyst ratings, options, and news.

276 installs/wk local only
Startup Finance Metrics
by mayanktalwar0

An MCP server for analyzing startup financial health and generating metrics reports locally.

109 installs/wk local only
Apaleo
by apaleo

Manage hotels via the apaleo PMS API: reservations, folios, invoices, rates and availability.

answering
Sifting
by sifting

Live crypto/forex/metals prices, OHLCV bars, SEC fundamentals, 13F holdings and econ calendar.

31 installs/wk local only
FinBridge
by gronox

Korean stock research MCP: DART financials, global filings, daily prices and research tools.

44 tools answering
C
LedgerBeaver Finance
by ledgerbeaver

Governed finance operations for AP, AR, GL, approvals, reporting, and payments.

answering

Hostaway — questions

Answers built from our own checks of this server.

Why is there no uptime for Hostaway?
Hostaway runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @matt-long-plux/hostaway-mcp was installed 40 times last week.
How do I connect Hostaway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @matt-long-plux/hostaway-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hostaway?
The npm package @matt-long-plux/hostaway-mcp was installed 40 times in the last week. Week over week that is +86%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hostaway open source?
We cannot say either way: written in TypeScript, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.