Hostaway PMS: reservations, listings, calendars, financials, and guest messaging.
Hostaway PMS: reservations, listings, calendars, financials, and guest messaging. That is what the hostaway mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 6 tools. What each one is for:
Cursor — Add the same config to your project's .cursor/mcp.json, or go to Cursor Settings > MCP Servers > Add Server and paste:Reservations — The Reservations tool exposed by this serverListings — The Listings tool exposed by this serverCalendar — The Calendar tool exposed by this serverFinancials — The Financials tool exposed by this serverConversations — The Conversations tool exposed by this serverInstallation goes through your MCP client rather than a global install: point it at @matt-long-plux/hostaway-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: HOSTAWAY_ACCOUNT_ID, HOSTAWAY_CLIENT_SECRET, YOUR_ACCOUNT_ID, YOUR_CLIENT_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Hostaway's toolset — Cursor, Reservations, Listings and 3 more — is a fair guide to whether it matches your workflow. It is maintained by mattlong-plux; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Cursor | Add the same config to your project's .cursor/mcp.json, or go to **Cursor Settings > MCP Servers > Add Server** and paste: |
| Reservations | The Reservations tool exposed by this server. |
| Listings | The Listings tool exposed by this server. |
| Calendar | The Calendar tool exposed by this server. |
| Financials | The Financials tool exposed by this server. |
| Conversations | The Conversations tool exposed by this server. |
{
"mcpServers": {
"hostaway": {
"command": "npx",
"args": ["-y", "@matt-long-plux/hostaway-mcp"],
"env": {
"HOSTAWAY_ACCOUNT_ID": "YOUR_ACCOUNT_ID",
"HOSTAWAY_CLIENT_SECRET": "YOUR_CLIENT_SECRET"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| HOSTAWAY_ACCOUNT_ID | Endpoint or connection string the server talks to. | Optional |
| HOSTAWAY_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| YOUR_ACCOUNT_ID | Configuration value read at startup. | Optional |
| YOUR_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.