trackmcp
Back to directory
ipfind

ipfind-mcp-server

View on GitHub

IP Find MCP Server

2 stars JavaScriptServers & Infrastructure Updated Oct 28, 2025

Documentation

IP Find MCP Server

A Model Context Protocol server that enables AI assistants to use IP Find.

How It Works

The MCP server:

  • Connects to your IP Find API and allows AI Assistants to get locations of IP Addresses.

Usage with Claude Desktop

Prerequisites

  • NodeJS
  • MCP Client (like Claude Desktop App)
  • IP Find API Key

Installation

To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your `claude_desktop_config.json`:

json
{
    "mcpServers": {
        "ipfind": {
            "command": "npx",
            "args": ["-y", "@ipfind/ipfind-mcp-server"],
            "env": {
                "IPFIND_API_KEY": ""
            }
        }
    }
}
  • `IPFIND_API_KEY` - You can generate an API key at IPfind.com.

Certified by MCPHub

Frequently asked questions

What is ipfind-mcp-server?

ipfind-mcp-server is IP Find MCP Server

How do I install ipfind-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is ipfind-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/ipfind/ipfind-mcp-server and has 2 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP