Catalog
io.github.DLJRealty/guesty
Officialby DLJRealty · JavaScript
Guesty MCP Server
Guesty property-management MCP. 23 free read-only tools live; 43 total (Pro+Enterprise) at v1.0.
Manage property listings, bookings, and guest information in Guesty.
Topics
ai-agentairbnbguestymcpmcp-serverproperty-managementshort-term-rentalvacation-rental
README not available yet.
Install
Configuration
Environment variables
GUESTY_CLIENT_IDrequiredsecretGuesty OAuth2 Client ID
GUESTY_CLIENT_SECRETrequiredsecretGuesty OAuth2 Client Secret
GUESTY_MCP_LICENSE_KEYsecretLicense key for Pro/Business/Enterprise features (optional for free tier)
claude_desktop_config.json
{
"mcpServers": {
"guesty": {
"command": "npx",
"args": [
"-y",
"guesty-mcp-server@0.9.5"
],
"env": {
"GUESTY_CLIENT_ID": "<YOUR_GUESTY_CLIENT_ID>",
"GUESTY_CLIENT_SECRET": "<YOUR_GUESTY_CLIENT_SECRET>",
"GUESTY_MCP_LICENSE_KEY": "<YOUR_GUESTY_MCP_LICENSE_KEY>"
}
}
}
}