Back to MCP Servers
Ipfind
IP Address location service using the [IP Find](https://ipfind.com) API
location-servicesapi
By ipfind
Installation
npx -y ipfind-mcp-serverConfiguration
{
"mcpServers": {
"ipfind-mcp-server": {
"command": "npx",
"args": ["-y", "ipfind-mcp-server"]
}
}
}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