← Index

Guesty MCP Server

io.github.DLJRealty/guesty·v0.8.2·Other
Quality Score
85
/100

MCP server for Guesty property management. 43 tools for STR operations.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://guesty-mcp-server.vercel.app
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "guesty": {
      "command": "npx",
      "args": [
        "-y",
        "guesty-mcp-server"
      ],
      "env": {
        "GUESTY_CLIENT_ID": "<your-guesty_client_id>",
        "GUESTY_CLIENT_SECRET": "<your-guesty_client_secret>",
        "GUESTY_MCP_LICENSE_KEY": "<your-guesty_mcp_license_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "guesty": {
      "command": "npx",
      "args": [
        "-y",
        "guesty-mcp-server"
      ],
      "env": {
        "GUESTY_CLIENT_ID": "<your-guesty_client_id>",
        "GUESTY_CLIENT_SECRET": "<your-guesty_client_secret>",
        "GUESTY_MCP_LICENSE_KEY": "<your-guesty_mcp_license_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y guesty-mcp-server
§02  Environment variables
GUESTY_CLIENT_ID
requiredsecret

Guesty OAuth2 Client ID

GUESTY_CLIENT_SECRET
requiredsecret

Guesty OAuth2 Client Secret

GUESTY_MCP_LICENSE_KEY
secret

License key for Pro/Business/Enterprise features (optional for free tier)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other