Google Maps MCP Server Configuration | Promptexify
MCP
MCP
Google Maps MCP Server Configuration
Give your LLM the ability to search for places, get directions, and find local business details via Google Maps.
396 characters
Add location intelligence to your LLM. This Google Maps configuration allows the model to find points of interest, calculate travel times, and search for local businesses.
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"env": {
"GOOGLE_MAPS_API_KEY": ""
}
}
}
}