IP Find MCP Server
About
IP Find MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to use the IP Find API. It connects to your IP Find account and allows assistants to retrieve geographic location data for IP addresses. This server is intended for developers who want to give…
Details
- Author
- ipfind
- GitHub stars
- 3
- Downloads
- 135
- Categories
- Other
Jump to
- Connects to the IP Find API.
- Allows AI assistants to look up IP address locations.
- Simple setup via MCP client configuration.
- Uses the standard Model Context Protocol.
- Leverages the @ipfind/ipfind-mcp-server npm package.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
IP Find MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
To use the server, install it via an MCP client like the Claude Desktop app. Add the following configuration to the mcpServers section of your claude_desktop_config.json, replacing <API KEY GOES HERE> with a valid API key from IPfind.com: "ipfind": { "command": "npx", "args": ["-y", "@ipfind/ipfind-mcp-server"], "env": { "IPFIND_API_KEY": "<API KEY GOES HERE>" } }. The server requires NodeJS and a MCP client.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ip find mcp server": {
"ipfind": {
"command": "npx",
"args": [
"-y",
"@ipfind/ipfind-mcp-server"
],
"env": {
"IPFIND_API_KEY": "<API KEY GOES HERE>"
}
}
}
}
}
McpServers
{
"ipfind": {
"command": "npx",
"args": [
"-y",
"@ipfind/ipfind-mcp-server"
],
"env": {
"IPFIND_API_KEY": "<API KEY GOES HERE>"
}
}
}
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:
{
"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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



