How to Use the Google Contacts MCP in Cursor
Generate code using real phone numbers and emails by connecting Google Contacts to Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Google Contacts MCP to Cursor
Create your Vinkius account to connect Google Contacts to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject live developer contacts into Cursor code files
The `list_contacts` tool fetches your actual Google Contacts directory directly into your active coding environment. Instead of writing mock arrays or hardcoding stale emails for test scripts, your agent pulls real names and email addresses from your account. This ensures you build and test your applications with realistic data schemas. You can quickly populate database seeds or mock user lists without leaving your editor.
Search and fetch contact metadata in Agent mode
The `search_contacts` tool allows you to find specific team members or client records right from the Cursor chat sidebar. When writing notification services or mailing scripts, you can ask the editor's agent to look up a user's details using a simple query string. The agent runs the query, retrieves the matching record with `get_contact`, and inserts the exact payload structure into your code. This eliminates syntax errors caused by guessing API response shapes.
Manage testing groups using this MCP Server
The `get_contact_group` and `list_contact_groups` tools let you query specific labels and segments to test group-based features. If you are coding a feature that sends updates to a specific department, you can verify your logic against actual groups. Connecting this MCP Server to your editor lets you write integration tests that match your real-world directory structure. It makes debugging communication workflows incredibly fast.
Set up Google Contacts MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Google Contacts MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Google Contacts transactions." If the MCP tools are loaded correctly, Cursor will call the Google Contacts tools automatically. You can also check Settings → MCP for a green status indicator.
{
"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 Cursor
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.