How to Use the Google Maps MCP in Claude Code
Run geocoding, route calculations, and venue details directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Google Maps MCP to Claude Code
Create your Vinkius account to connect Google Maps to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate terminal-based address geocoding
`geocode` converts raw address strings into precise latitude and longitude coordinates. Claude Code uses this tool to clean up location databases or verify shipping addresses directly from your command line. Look, you can pipe a list of addresses into the CLI, and the agent will run the geocoder to output clean JSON coordinates. This lets you automate data prep tasks without writing custom Python scripts.
Run route calculations inside Claude Code shell scripts
`directions` calculates travel distances and ETAs between coordinates. This MCP integration allows you to build automated routing checks into your deployment scripts or cron jobs. Claude Code processes the travel times and can trigger alerts if delivery windows exceed thresholds. You can integrate this directly into your terminal workflows to monitor fleet performance.
Query local venues directly from your command line
This MCP server exposes `place_search` which finds local businesses while `place_details` retrieves contact information and operating hours. The agent uses these tools to gather location intelligence without leaving the terminal. You ask the CLI to find nearby services, and it outputs structured venue details. This eliminates the need to open a web browser to verify branch details or contact numbers during development.
Set up Google Maps MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seegoogle-maps-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Google Maps transactions." It will automatically discover and invoke the available Google Maps tools.
claude mcp add --transport http google-maps-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Google Maps MCP today
We host it, we monitor it, we maintain it. You just paste one token.