Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lodgify MCP Serverlist all my properties and their current bookings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Lodgify MCP Server
A Model Context Protocol (MCP) server for the Lodgify vacation rental API. It exposes tools for managing properties, bookings and calendar data.
Quick start
Install dependencies with uv and run the server with uvx:
To run from source:
Claude Desktop configuration
Add this block to your Claude Desktop configuration (see examples in the examples/ folder):
Available tools
Properties:
get_properties,get_property_by_idBookings:
get_bookings,get_booking_by_id,create_booking,update_booking_statusCalendar:
get_calendar
Troubleshooting
Ensure the
LODGIFY_API_KEYenvironment variable is set.Getting
spawn uvx ENOENT? Installuvfrom astral.sh/uv and restart your shell.
Security
After syncing dependencies, run pip-audit to check for known vulnerabilities. The uv.lock file pins starlette 0.47.0 to address upstream advisories.
Contributing
See CONTRIBUTING.md for development setup and testing instructions.