Loading subscription status...
{
"mcpServers": [
{
"google-maps": {
"env": {
"GOOGLE_MAPS_API_KEY": "<YOUR_API_KEY>"
},
"args": [
"run",
"-i",
"--rm",
"-e",
"GOOGLE_MAPS_API_KEY",
"mcp/google-maps"
],
"command": "docker"
}
},
{
"google-maps": {
"env": {
"GOOGLE_MAPS_API_KEY": "<YOUR_API_KEY>"
},
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"command": "npx"
}
}
]
}