mcpbeat Sign in

hostaway-kit MCP Server

local only

hostaway-kit runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 276 · avg 11
a month agotoday
35
Installs / week
npm · hostaway-kit
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check hostaway-kit 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-kit -- npx -y hostaway-kit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hostaway-kit": {
      "args": [
        "-y",
        "hostaway-kit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hostaway-kit]
command = "npx"
args = ["-y", "hostaway-kit"]
.cursor/mcp.json
{
  "mcpServers": {
    "hostaway-kit": {
      "args": [
        "-y",
        "hostaway-kit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hostaway-kit": {
      "args": [
        "-y",
        "hostaway-kit"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HOSTAWAY_ACCOUNT_ID (Hostaway account id. Optional: omit both credentials to run fixtures.), HOSTAWAY_CLIENT_SECRET (Hostaway API client secret. Optional: omit both credentials to run fixtures.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to hostaway-kit

same job, measured the same way
Hostaway
by uncfreak1255-code

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

77 installs/wk local only
Ecz ID MCP Verifier
by ecocitizenz

Local-first, read-only ECZ-ID verifier over MCP (stdio): checks, reports, explains, routes.

83 installs/wk local only
Agentloopkit
by abhiyoheswaran1

Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.

127 installs/wk local only
InfluSense AI
by case-resolve-tech

Read-only access to InfluSense influencer discovery, ratings, watchlists, and reports via MCP.

answering
Canary MCP
by osauer

Read-only IBKR MCP: account, positions, brief, regime, stress, reporting, Edge, and risk.

local only
ECZ-ID Trust MCP
by ecocitizenz

Read-only ECZ-ID Business Passport state lookup via the public ECZ-ID Resolver. Reports state only.

7 tools answering
NuMetric
by virifi-numetric-mcp

Read-only NuMetric.work accounting & ERP data: statements, KPIs, reports, invoices, documents.

answering
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 — questions

Answers built from our own checks of this server.

Why is there no uptime for hostaway-kit?
hostaway-kit 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-kit was installed 35 times last week.
How do I connect hostaway-kit?
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-kit straight from npm; nothing to host, nothing to sign up for.
How many people use hostaway-kit?
The npm package hostaway-kit was installed 35 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is hostaway-kit 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.