Guesty MCP Server

The first MCP (Model Context Protocol) server for Guesty property management. Connect any MCP-compatible AI client (Claude, ChatGPT, Copilot, Cline) to your Guesty account - manage reservations, communicate with guests, track finances, update pricing. It runs locally over stdio via the published package.

People who work with airbnb, guesty and property management and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-02 · ★ 6 · #26 OF 105 MAINTAINED COMMUNICATION · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Guesty MCP Server

before you install - you'll need

Set GUESTY_CLIENT_ID, GUESTY_CLIENT_SECRET before connecting.

Claude Code

claude mcp add dljrealty-guesty-mcp-server -- npx -y guesty-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dljrealty-guesty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "guesty-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package guesty-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.DLJRealty is GitHub-verified and matches the repo owner

03 · What Guesty MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.10.2 · 2026-09-02

Booking.com reviews now map their 1–10 review_score and headline/positive/negative text (0.10.1 returned null/empty for them); every row carries ratingScale so channels are not averaged on mixed scales. Adds an OIDC…

v0.10.1 · 2026-09-02

Everything is free · All 43 tools - reads, guest messaging, reservation/listing/pricing writes, webhooks and the IoT/property-health tools - now run with no license key. For months 19 of them returned an error to every…

v0.9.3 · 2026-05-23

v0.9.3 - Launch day (2026-05-23) · Public release of the first MCP server for Guesty property management. · What's shipped (free, read-only) · 23 tools live in this release: · Reservations - get_reservations…

04 · Who maintains Guesty MCP Server

Guesty MCP Server is maintained by dljrealty. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
communication - ranked #26 of 105 actively-maintained communication servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-09-02)
registry
io.github.DLJRealty/guesty (active, first published 2026-03-27 · 13 versions)
packages
npm:guesty-mcp-server

06 · Guesty MCP Server FAQ

What is Guesty MCP Server?

The first MCP (Model Context Protocol) server for Guesty property management. Connect any MCP-compatible AI client (Claude, ChatGPT, Copilot, Cline) to your Guesty account - manage reservations, communicate with guests, track finances, update pricing. It runs locally over stdio via the published package.

Is Guesty MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-02 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Guesty MCP Server?

Run `npx -y guesty-mcp-server`. The README documents 2 environment variables (GUESTY_CLIENT_ID, GUESTY_CLIENT_SECRET) to set first. Set GUESTY_CLIENT_ID, GUESTY_CLIENT_SECRET before connecting. You can also paste the ready-made client config above.

Does Guesty MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Guesty MCP Server

More communication MCP servers · Aem MCP Server · Magpipe · Elasticflow · Feishu User Plugin · Vibe Prospecting

More JavaScript MCP servers · Twitterapi Docs MCP · Twitterapi Io MCP · Cyberchef MCP · Conta Azul MCP · Fonto Docs · see all