An MCP server for nearby place searches with IP-based location detection. - IP-based Location Detection: Uses ipapi.co to determine your current location - Google Places Integration: Searches for nearby places based on keywords and optional type filters - Simple Interface: Single tool endpoint with customizable radius - Python 3.10+ - Google Cloud Platform API Key with Places API enabled - Interne
Add this skill
npx mdskills install kukapay/nearby-search-mcpWell-documented location search tool with clear setup and configuration examples
An MCP server for nearby place searches with IP-based location detection.
git clone https://github.com/kukapay/nearby-search-mcp.git
cd nearby-search-mcp
# Using uv (recommended)
uv add "mcp[cli]" httpx python-dotenv
# Or using pip
pip install mcp httpx python-dotenv
{
"mcpServers": {
"nearby-search": {
"command": "uv",
"args": ["--directory", "path/to/nearby-search-mcp", "run", "main.py"],
"env": {
"GOOGLE_API_KEY": "your google api key"
}
}
}
}
mcp dev main.py
mcp install main.py --name "NearbySearch"
python main.py
Tool: search_nearby
keyword (str): What to search for (e.g., "coffee shop")radius (int, optional): Search radius in meters (default: 1500)type (str, optional): Place type (e.g., "restaurant", "cafe")This project is licensed under the MIT License - see the LICENSE file for details.
Install via CLI
npx mdskills install kukapay/nearby-search-mcpNearbySearch MCP Server is a free, open-source AI agent skill. An MCP server for nearby place searches with IP-based location detection. - IP-based Location Detection: Uses ipapi.co to determine your current location - Google Places Integration: Searches for nearby places based on keywords and optional type filters - Simple Interface: Single tool endpoint with customizable radius - Python 3.10+ - Google Cloud Platform API Key with Places API enabled - Interne
Install NearbySearch MCP Server with a single command:
npx mdskills install kukapay/nearby-search-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
NearbySearch MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.