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.
IP Find
Project Details
- ipfind/ipfind-mcp-server
- Last Updated: 4/11/2025
Recomended MCP Servers
MCP Server for the Bitrise API, enabling app management, build operations, artifact management and more.
Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your...
Due Diligence Automation 尽职调查自动化
Claude can perform Web Search | Exa with MCP (Model Context Protocol)
A Model Context Protocol (MCP) server that provides weather information and alerts using the National Weather Service (NWS)...
基于MCP(Model Context Protocol)协议的飞书项目管理工具
Use Model Context Protocol with multiple Fireproof JSON document databases
Run any AWS Lambda function as a Large Language Model (LLM) tool without code changes using Anthropic's Model...





