← Back to browse

Guesty MCP Server

Indexed by io.github.DLJRealty

About

Guesty property-management MCP. 23 free read-only tools live; 43 total (Pro+Enterprise) at v1.0.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGUESTY_CLIENT_ID GUESTY_CLIENT_SECRET GUESTY_MCP_LICENSE_KEY
Claude Code
claude mcp add --env GUESTY_CLIENT_ID= --env GUESTY_CLIENT_SECRET= --env GUESTY_MCP_LICENSE_KEY= guesty -- npx guesty-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"guesty","command":"npx","args":["guesty-mcp-server"],"env":{"GUESTY_CLIENT_ID":"","GUESTY_CLIENT_SECRET":"","GUESTY_MCP_LICENSE_KEY":""}}'
JSON
{
  "mcpServers": {
    "guesty": {
      "command": "npx",
      "args": [
        "guesty-mcp-server"
      ],
      "env": {
        "GUESTY_CLIENT_ID": "",
        "GUESTY_CLIENT_SECRET": "",
        "GUESTY_MCP_LICENSE_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.