Google · Gemini app and Gemini CLI
Connect Gemini to real estate data
Connect Ploti to the Gemini app as a custom connected app, or to Gemini CLI in the terminal with a few lines of settings.
- 01
Open connected apps
In the Gemini web app, open Settings & help and choose Connected apps. Gemini Enterprise admins find the same under Manage team, Connected apps.
- 02
Add a custom app
Choose to add a custom app, paste the connector URL as the MCP server URL, and continue. Ploti supports dynamic client registration, so you do not need to enter credentials under Advanced features.
MCP server URL https://mcp.ploti.ai/api/mcp - 03
Sign in to Ploti
A browser window opens to Ploti. Sign in, pick the workspace you want to connect, and approve access. Free accounts connect the same way as paid ones.
- 04
Or use Gemini CLI
In the terminal, add Ploti to your Gemini settings, then run /mcp auth ploti inside a session to sign in.
~/.gemini/settings.json { "mcpServers": { "ploti": { "httpUrl": "https://mcp.ploti.ai/api/mcp" } } }
Using something else?