Back to MCP Servers
Nearby Search
An MCP server for nearby place searches with IP-based location detection.
location-services
By kukapay
Installation
npx -y nearby-search-mcpConfiguration
{
"mcpServers": {
"nearby-search-mcp": {
"command": "npx",
"args": ["-y", "nearby-search-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes