kukapay/nearby-search-mcp
An MCP server for nearby place searches with IP-based location detection.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/nearby-search-mcpClaude Desktop configuration example:
{
"mcpServers": {
"nearby-search-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/nearby-search-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.