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 connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-06 · ★ 6 · #17 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

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.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 #17 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.github.DLJRealty/guesty (active, first published 2026-03-27 · 12 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-08-25, its last commit was 2026-08-06. 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 · prompts.chat MCP Server

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