How to Use the Google Maps Platform MCP in Cursor
Feed live routing, geocoding, and place data directly into Cursor's AI agent to write code with real-world spatial context.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Google Maps Platform MCP to Cursor
Create your Vinkius account to connect Google Maps Platform 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.
Generate code with real coordinates in Cursor
The `geocode_address` tool translates physical addresses into exact latitude and longitude values right inside your editor. When you ask Cursor to build a map feature, the agent uses this tool to test your code with genuine coordinates instead of hardcoded placeholders. This MCP integration translates raw GPS coordinates back into readable street addresses using `reverse_geocode`. It helps Cursor write and debug data-parsing scripts by feeding real-world geographic strings directly into your active files.
Build routing logic using this MCP Server
Fetching precise transit, driving, or walking routes between any two locations is the job of the `get_directions` tool. Instead of writing mock routing logic, you can have Cursor call this tool to see the actual JSON response structure and write accurate serialization code. To build delivery or dispatch systems, `get_distance_matrix` calculates travel times across multiple points. This lets the Cursor agent generate optimization algorithms based on actual travel times rather than simple geometric distance.
Fetch live business data for your database schemas
The `get_place_details` tool retrieves deep metadata like operating hours, phone numbers, and ratings for a specific location. Cursor uses this tool to populate your database seeds or test your API integration with live, structured payloads. When you only have a business name, `find_place_from_text` resolves it to a unique Place ID first. This allows Cursor to write robust search pipelines that map user inputs directly to verified business profiles.
Set up Google Maps Platform 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 Maps Platform 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 Maps Platform transactions." If the MCP tools are loaded correctly, Cursor will call the Google Maps Platform tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"google-maps-platform-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 Maps Platform. 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 Maps Platform MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Google Maps Platform MCP today
We host it, we monitor it, we maintain it. You just paste one token.