Confused? Book a call with Sam
Guesty + AI

Can you connect Guesty to Gemini?

Yes. The Gemini CLI supports MCP servers through the gemini mcp add command, over both local (stdio) and remote (HTTP) transports. That covers both forms of Guesty's official MCP server (beta): the local npx -y @guestyorg/sdk mcp command, and the hosted endpoint at https://mcp.guesty.com/v1 with a bearer token header.

Guesty's documentation lists Cursor, Claude Desktop, and VS Code as its tested clients, but the local server speaks standard stdio MCP, which is exactly what the Gemini CLI consumes from ~/.gemini/settings.json. The server is read-only during beta, so Gemini can look up and summarize your Guesty data but cannot change records.

The same goes for a server you build yourself against the Guesty Open API: it plugs into the Gemini CLI and Claude Code identically, and you control exactly which tools it exposes. Your OAuth client ID and secret stay in environment variables on your own machine either way.

The full guide has the working code for the build-your-own path, plus the Guesty credential setup both paths need.

Read the Guesty guide