Skip to main content
Location ServicesPython

ipfind/ipfind-mcp-server

IP Address location service using the [IP Find](https://ipfind.com) API

location-servicescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ipfind/ipfind-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "ipfind-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ipfind/ipfind-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Location Services
Language
Python
Author
ipfind