Skip to content
VS Code

google maps for VS Code

com.mcparmory/google-maps

Geocode addresses, calculate directions, and search places with maps and routing

client:VS Code transport:stdio runtime:pypi

Install google maps in VS Code

.vscode/mcp.json

{
  "servers": {
    "google-maps": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-google-maps"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

google maps in other clients