DLJRealty/guesty-mcp-server
The first MCP server for Guesty property management. 15 tools for reservations, messaging, pricing, reviews, calendar, and more. Connect AI agents to your Guesty account.
Platform-specific configuration:
{
"mcpServers": {
"guesty-mcp-server": {
"command": "npx",
"args": [
"-y",
"guesty-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/guesty-mcp-server) [](https://opensource.org/licenses/MIT)
The first MCP (Model Context Protocol) server for Guesty property management. Connect AI agents directly to your Guesty account to manage reservations, communicate with guests, track finances, and update pricing -- all autonomously.
38 tools covering reservations, listings, guests, messaging, financials, tasks, calendars, webhooks, pricing, and more.
npx guesty-mcp-serverOr add to your Claude Code settings (~/.claude/settings.json):
{
"mcpServers": {
"guesty": {
"command": "npx",
"args": ["-y", "guesty-mcp-server"],
"env": {
"GUESTY_CLIENT_ID": "your-client-id",
"GUESTY_CLIENT_SECRET": "your-client-secret"
}
}
}
}open-api scope| Tool | Description | |------|-------------| | get_reservations | Fetch reservations with filters (dates, listing, status, guest) | | create_reservation | Create direct bookings (website to Guesty) | | update_reservation | Update reservation status, dates, guest info, or add notes | | search_reservations | Search by guest name, email, or confirmation code | | get_reservation_financials | Detailed financial breakdown for a reservation | | create_reservation_note | Add internal notes to a reservation | | get_guests | Search guest database by name or email | | get_guest_by_id | Get detailed guest profile |
| Tool | Description | |------|-------------| | get_listing
Loading reviews...