Odel
Google Maps Places

Google Maps Places

Local
@domdomegg1TypeScriptUpdated 4 days ago

Allow AI systems to search for places and get business info via Google Maps Places API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgoogle-maps-places-mcpv1.1.2

Run

npx -y google-maps-places-mcp

MCP client config

{
  "mcpServers": {
    "google-maps-places": {
      "command": "npx",
      "args": [
        "-y",
        "google-maps-places-mcp"
      ]
    }
  }
}
npmgoogle-maps-places-mcpv1.1.2

Run

npx -y google-maps-places-mcp

MCP client config

{
  "mcpServers": {
    "google-maps-places": {
      "command": "npx",
      "args": [
        "-y",
        "google-maps-places-mcp"
      ]
    }
  }
}