Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ipfind

FreeNot checked

IP Find MCP Server

GitHubEmbed

About

IP Find MCP Server

README

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:

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

Certified by MCPHub

from github.com/ipfind/ipfind-mcp-server

Installing Ipfind

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/ipfind/ipfind-mcp-server

FAQ

Is Ipfind MCP free?

Yes, Ipfind MCP is free — one-click install via Unyly at no cost.

Does Ipfind need an API key?

No, Ipfind runs without API keys or environment variables.

Is Ipfind hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Ipfind in Claude Desktop, Claude Code or Cursor?

Open Ipfind on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ipfind with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs