googleMapsMCPServer

muddassir-lateef/googleMapsMCPServer
★ 2 stars Python API Integration Updated 6mo ago
A simple MCP server for Google Maps, providing tools to geocode addresses and fetch map images. Built with FastMCP, it serves as a straightforward example for creating custom MCP integrations.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "googlemapsmcpserver": {
      "command": "uvx",
      "args": [
        "googlemapsmcpserver"
      ]
    }
  }
}

Or install with pip: pip install googlemapsmcpserver