mcpbeat Sign in

Hostaway MCP Server

by uncfreak1255-code Your server? Claim it
local only

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

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

Installs per day peak 25 · avg 7 · +9% w/w
a month agotoday
77
Installs / week
npm · hostaway-mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
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 hostaway-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hostaway": {
      "args": [
        "-y",
        "hostaway-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hostaway]
command = "npx"
args = ["-y", "hostaway-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hostaway": {
      "args": [
        "-y",
        "hostaway-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hostaway": {
      "args": [
        "-y",
        "hostaway-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HOSTAWAY_API_TOKEN (Hostaway API token used to authenticate all requests). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hostaway

same job, measured the same way
I
Hermes Prime
by hermes-labs-ai

Read-only stdio MCP server for a versioned convention card in Claude Code.

local only
OpsConduit Jobber MCP
by opsconduit

Customer-hosted read-only MCP server for Jobber ops reports, OAuth setup, and GraphQL validation.

46 installs/wk local only
hostaway-kit
by stylabs

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

35 installs/wk local only
Opentable
by markswendsen-code

MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously

48 installs/wk local only
Readyorai
by tedoneobichajavascript

Zero-cost MCP server for local code inspection and best-practice recommendations

32 installs/wk local only
Rootly
by wyre-ai

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Rootly
by wyre-technology

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Yelp
by markswendsen-code

MCP server for Yelp - search businesses, read reviews, make reservations

32 installs/wk local only

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 hostaway-mcp was installed 77 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 hostaway-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hostaway?
The npm package hostaway-mcp was installed 77 times in the last week. Week over week that is +9%. 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?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.