Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🗺️ Location Services
  3. Ipfind MCP Server
Ipfind MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:01:34 PM

Ipfind MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
ip-geolocationlocationapideveloper-tools

Looks up IP address locations through the IP Find API for MCP-compatible AI assistants.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ipfind-ipfind-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ipfind/ipfind-mcp-server"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🗺️ More in Location Services

Overview

The ipfind/ipfind-mcp-server MCP server lets AI assistants retrieve IP address locations through the IP Find API. It runs locally through Node.js and communicates with an MCP client such as Claude Desktop. An IP Find API key is required through the IPFIND_API_KEY environment variable. Reach for it when an assistant needs IP-based location data and your workflow can provide an IP Find account.

Use cases

•Look up the location associated with an IP address
•Provide IP-based location context during an assistant workflow
•Connect Claude Desktop to the IP Find API

Key features

•IP address location lookup
•IP Find API connectivity
•MCP-compatible local process
•Claude Desktop configuration example
•API key configuration through an environment variable

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Ipfind MCP Server.

Extracted Tool Capabilities
IP address location lookup
IP Find API connectivity
MCP-compatible local process
Claude Desktop configuration example
API key configuration through an environment variable

How Ipfind MCP Server works

What ipfind/ipfind-mcp-server MCP server does

The ipfind/ipfind-mcp-server MCP server connects an MCP-compatible AI assistant to IP Find’s IP address location service. It gives the assistant a way to request location information for IP addresses through the IP Find API.

This is intended for workflows where an assistant needs to use IP-based location data as part of a conversation or task. The provided material does not specify the individual response fields, supported IP address formats, lookup limits, or whether the service supports additional IP Find operations beyond location lookup.

How it works

The project runs as an MCP server on the local machine. An MCP client starts it with Node.js using the package published as @ipfind/ipfind-mcp-server. The server then uses the configured IP Find API key when connecting to the external API.

The README documents Claude Desktop as the client example. Its configuration places the server under the mcpServers section and supplies the launch command, package arguments, and environment variable. The assistant can then use the server to get locations for IP addresses.

Setup and configuration

Install or run the server through npx, which requires Node.js to be available. Add an entry like this to the MCP client configuration:

config.json
{
  "mcpServers": {
    "ipfind": {
      "command": "npx",
      "args": ["-y", "@ipfind/ipfind-mcp-server"],
      "env": {
        "IPFIND_API_KEY": "your-api-key"
      }
    }
  }
}

Replace the example value with an API key generated through IPfind.com. The key is passed to the process as IPFIND_API_KEY; without that credential, the documented API connection cannot be configured. You also need an MCP client, such as the Claude Desktop app, to start and use the server.

Tools and capabilities

The documented capability is IP address location lookup through IP Find. In practical terms, an assistant can send an IP address to the MCP server and receive location data returned by the IP Find API.

The supplied material does not list tool names, schemas, geographic fields, bulk lookup support, caching, or controls for request behavior. Those details should be confirmed from the package or API documentation before building against a specific interface.

Limitations and notes

The server depends on an external IP Find API and requires an IP Find API key. The README does not state whether the key is free, paid, rate-limited, or subject to usage quotas, so pricing and service limits cannot be determined from the supplied information.

The README explicitly shows Claude Desktop as an MCP client example, but it does not document setup instructions for other clients. It also does not describe error handling, privacy behavior, accuracy, IPv4 or IPv6 coverage, or the retention of submitted addresses. Treat those areas as unknown until verified with IP Find.

For an assistant that needs only IP-based location access, the ipfind/ipfind-mcp-server MCP server provides a focused MCP connection to the IP Find API rather than a general location platform.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Location Services View all alternatives
  • Nearby Search MCP logoNearby Search MCP

    An MCP server for nearby place searches with IP-based location detection.

    🗺️ Location Services1 views
    Compare vs Nearby Search MCP →
  • Geoserver MCP logoGeoserver MCP

    A Model Context Protocol (MCP) server implementation that connects LLMs to the GeoServer REST API, enabling AI assistants to interact with geospatial data and services.

    🗺️ Location Services4 views
    Compare vs Geoserver MCP →
  • MCP Weather Server logoMCP Weather Server

    Get weather information from https://api.open-meteo.com API.

    🗺️ Location Services2 views
    Compare vs MCP Weather Server →
  • MCP Ip2location IO logoMCP Ip2location IO
    Verified

    Official IP2Location.io MCP server to obtain the geolocation, proxy and network information of an IP address utilizing IP2Location.io API.

    🗺️ Location Services3 views
    Compare vs MCP Ip2location IO →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
3
Stargazers on the source repository.
npm downloads
57
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Ipfind MCP Server

Run it through npx with `npx -y @ipfind/ipfind-mcp-server` in an MCP client configuration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewIpfind MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ipfind-ipfind-mcp-server?style=directory)](https://allmcps.com/mcp/ipfind-ipfind-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/ipfind-ipfind-mcp-server"><img src="https://allmcps.com/api/badge/ipfind-ipfind-mcp-server?style=directory" alt="Ipfind MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category🗺️Location Services
PricingBring your own API key (usage-based cost)
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 7, 2025
npm downloads57/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
39Quality signal: Fair · 39/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev · @ipfind/ipfind-mcp-server (npm)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🗺️ Location Services →Best MCP servers for Maps & Location →Alternatives to Ipfind MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code