MCP Directory

cablate/mcp-google-map

GitHub
Web Utilities

Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-google-map

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from cablate/mcp-google-map your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-google-map": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-map"
      ]
    }
  }
}

Route cablate/mcp-google-map intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-google-map

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use cablate/mcp-google-map directly without routing

npx -y mcp-google-map

New to Agent-CoreX? View setup guide →

cablate/mcp-google-map MCP Server — Agent-CoreX