← Back to Plugins
MCP Server MCP

Guesty MCP Server

github By github 👁 1 views ▲ 0 votes

Guesty property-management MCP. Read-only: reservations, listings, calendar, guests, revenue.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "guesty-mcp-server",
      "version": "0.9.11",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Guesty OAuth2 Client ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GUESTY_CLIENT_ID"
        },
        {
          "description": "Guesty OAuth2 Client Secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GUESTY_CLIENT_SECRET"
        },
        {
          "description": "License key for Pro/Business/Enterprise features (optional for free tier)",
          "format": "string",
          "isSecret": true,
          "name": "GUESTY_MCP_LICENSE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...