MCP Settings Configuration
{ "google-maps": { "stdio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-google-maps" ] }, "env": { "GOOGLE_MAPS_API_KEY": "your_google_maps_api_key_here" } } }
Powerful geospatial capabilities through Google Maps API integration. Provides geocoding, directions, place search, and elevation data for location-aware applications.
{ "google-maps": { "stdio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-google-maps" ] }, "env": { "GOOGLE_MAPS_API_KEY": "your_google_maps_api_key_here" } } }