1. google_maps_mcp_server
Query Google Maps for places, restaurants, tourist attractions, and more in India using a simple MCP interface.
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.
{
"type": "stdio",
"command": "uvx",
"args": ["google-maps-mcp"],
"env": {
"GOOGLE_MAPS_API_KEY": "<your google maps API key>"
}
}