How to Use the Google Contacts MCP in Windsurf
Let Cascade handle your Google Contacts database directly inside Windsurf without leaving your editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Google Contacts MCP to Windsurf
Create your Vinkius account to connect Google Contacts to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Autonomous contact management in Windsurf
Cascade reads your local project context and maps your intent to specific API calls. When you ask to organize your network, it fires `list_contacts` and `list_contact_groups` to build a map of your connections before taking action. It doesn't stop at reading. Cascade chains these operations to `create_contact` or `update_contact` in one go, ensuring your CRM data stays current while you write code.
Deep search with Google Contacts tools
Stop digging through browser tabs to find a phone number or email address. You tell Windsurf who you need, and it runs `search_contacts` to pull the exact record into your active file. This keeps your focus on the logic. If you need to verify a contact's details before a commit, Cascade triggers `get_contact` and displays the data right in your chat panel.
Safe edits for your contact records
Updating a contact requires an etag to prevent data collisions. Cascade handles this handshake automatically, pulling the current state with `get_contact` before applying changes via `update_contact`. This prevents accidental overwrites during high-speed development. You get the speed of automation with the safety of a transactional update process.
Set up Google Contacts MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Google Contacts MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Google Contacts payment history." If connected, Cascade will call the Google Contacts tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"google-contacts-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Google Contacts. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Google Contacts MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Google Contacts MCP today
We host it, we monitor it, we maintain it. You just paste one token.