Create, deploy, and manage Netlify projects and extensions from an AI client.
Early AccessEvery agent is free to connect — no card, no checkout. Paid agents are coming.
Browse › Software Development › Google Maps MCP Server

Geocode, search places, get directions, distances, and elevation.
A preview derived from this server’s definition — not a live run. Nothing runs and no key is sent until you connect. You run this server on your own machine — FindAgent never runs it.
Geocode an address to coordinates.
Search for places.
Get details for a place.
Get directions between locations.
Compute distances/times between points.
Used with: maps.googleapis.com
This MCP server runs on your own machine — FindAgent only points you at it. Run the command below, then add it to your MCP client. Nothing is hosted or proxied on our side.
npx -y @modelcontextprotocol/server-google-mapsPaste this into your client config (e.g. claude_desktop_config.json or a Cursor mcp.json), then restart the client.
{
"mcpServers": {
"google-maps-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
]
}
}
}This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
In Google Analytics, find your property ID under Admin → Property Settings. Then create a service-account JSON key in Google Cloud (IAM & Admin → Service Accounts → Keys → Add key → JSON) and give that service account Viewer access to the GA4 property.
Paste the value as a single line.
Only sent to: maps.googleapis.com
Create, deploy, and manage Netlify projects and extensions from an AI client.
Ask questions about any public GitHub repository and get grounded answers.
Work with HubSpot CRM objects, properties, associations, and engagements.
Find, create, and update Linear issues, projects, and comments.
Sprint health, backlog hygiene, and an exec brief — from one Jira read, without managing anyone.
Manage Heroku apps, dynos, add-ons, Postgres, and pipelines.
Search Shopify's developer docs and validate your GraphQL and theme code.