What Gemini can't do on its own, and what this connection adds
Gemini has no native link into your deal and contact data. Connected as an MCP client to Klipy's open server at https://api.klipy.ai/mcp, it gains read and write access to the same people, deal, inbox, and meeting data you already manage inside Klipy.
The connection runs over the identical endpoint that Claude Code, ChatGPT, and any OAuth-capable MCP client point at, gated by the same nine capability scopes and the same two-step send handshake: prepare_message_send returns a preview and a single-use confirmation token, and only send_message_draft with that fresh token actually dispatches anything. Once you grant the scopes a workflow needs, Gemini can search and read people, companies, and deals, read email and meeting interactions, draft follow-ups and recaps, and, with your explicit approval each time, send them.
The direction only runs one way. Klipy doesn't read or write anything inside Gemini or Google Workspace. Gemini's own Gmail and Calendar connections are a separate system and stay exactly as they are; that side of capture is documented on Klipy's Gmail integration page, not here.
How to connect Gemini to Klipy
Add Klipy as a remote MCP server in Gemini's connector or MCP settings, using the endpoint:
https://api.klipy.ai/mcpComplete the OAuth consent screen, checking only the scopes your workflow needs, for example crm:read and meetings:read for research-only use, plus comms:draft if you also want Gemini to prepare follow-ups. Confirm the connection by asking "Who am I in Klipy?", which calls get_current_user and returns the account behind it.
Klipy doesn't yet publish a Gemini-named connect guide the way it does for Claude Desktop, Claude Code, and ChatGPT, so the steps above follow the documented any-client MCP flow instead. Gemini CLI users add remote servers through its MCP configuration and are the ones most likely to complete this setup today. We didn't independently confirm the exact menu steps against Gemini's own live documentation for this page, so check your specific client's settings, whether that's the Gemini app, Gemini CLI, or a Vertex AI-built agent, before connecting.
If Gemini's tool list looks stale after a Klipy update, remove and re-add the connector to force a fresh fetch of the catalog. That's a documented client-side cache behavior, not a Klipy outage. See MCP troubleshooting for more.