A Python-based MCP server that leverages Google Maps and Places APIs to provide local business and tourist attraction information for India through simple queries.
Query Google Maps for places, restaurants, tourist attractions, and more in India using a simple MCP interface.
{
"type": "stdio",
"command": "uvx",
"args": ["google-maps-mcp"],
"env": {
"GOOGLE_MAPS_API_KEY": "<your google maps API key>"
}
}