Can you connect Hostaway to Gemini?
Yes. The Gemini CLI supports MCP servers through the gemini mcp add command, the same way Claude Code does, so the local Hostaway MCP server you build works with Gemini with no changes. Point it at the same index.js and ask Gemini about your listings, reservations, calendar, and tasks.
The Gemini CLI reads MCP servers from ~/.gemini/settings.json and supports both local (stdio) and remote (HTTP) servers. Because the Hostaway server in our guide runs locally over stdio, it drops straight into Gemini's config, no hosting or rewriting required.
As with Claude, the server is read-only by default, so Gemini can read your Hostaway data but cannot change anything, and your Public API credentials stay on your own machine.
Build the server once with the full guide, then add it to Claude Code or the Gemini CLI with one command each.
Read the Hostaway guide