Skip to content
Cursor

google maps for Cursor

com.mcparmory/google-maps

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

client:Cursor transport:stdio runtime:pypi

Install google maps in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

google maps in other clients