nearby-search-mcp

nearby-search-mcp

9

NearbySearch MCP Server is an MCP server designed to perform location-based searches for nearby places, integrating Google Places and utilizing IP-based location detection. It is easy to use and allows searches by keywords and optional type filters, offering a simple interface and customizable radius.

uv
{
  "mcpServers": {
    "nearby-search": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/nearby-search-mcp",
        "run",
        "main.py"
      ],
      "env": {
        "GOOGLE_API_KEY": "your google api key"
      }
    }
  }
}