Google maps

Google maps

Integrate Google Maps to access location data, geocoding, directions, and mapping services in your application.

1232VIEWS
227USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app google_mapsnpx @composio/cli add cursor --app google_mapsnpx @composio/cli add cursor --app google_mapsnpx @composio/cli add cursor --app google_maps

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Distance Matrix

Calculates travel distance and time for a matrix of origins and destinations. supports different modes of transportation and options like departure/arrival times. use when needing to determine travel metrics between multiple points.

Geocoding, Reverse Geocoding, And Place Id Lookup

Tool to convert addresses into geographic coordinates (latitude and longitude) and vice versa (reverse geocoding), or get an address for a place id. use for finding coordinates for an address, finding an address for coordinates, or looking up an address by its place id.

Embed Google Map

Tool to generate an embeddable google map url and html iframe code. use when you need to display a map (place, view, directions, street view, search) on a webpage without javascript.

Text Search

Searches for places on google maps using a textual query (e.g., "restaurants in london", "eiffel tower").

4 actions available