mcpbeat Sign in

Rangefind MCP Server

local only

Rangefind runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 13 Aug 2026.

Search rangefind static indexes: full-text, geo, autocomplete, facets - no server, just files.

Installs per day peak 266 · avg 14 · -31% w/w
a month agotoday
43
Installs / week
npm · rangefind-mcp
2
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin.js:1, [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет
            result = subprocess.run(
    resolved = path if os.path.isabs(path) else os.path.join(project_dir, path)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rangefind -- npx -y rangefind-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rangefind": {
      "args": [
        "-y",
        "rangefind-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rangefind]
command = "npx"
args = ["-y", "rangefind-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rangefind": {
      "args": [
        "-y",
        "rangefind-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rangefind": {
      "args": [
        "-y",
        "rangefind-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Rangefind

same job, measured the same way
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
MCP Server Geodata Placefinder
by fouomene

MCP GeoData Placefinder: search places, reverse geocode, and find nearby locations.

34 installs/wk local only
ALLFLYGHTS
by dev-allflyghts

Geo-based flight search MCP server. Find more flights between any two places on earth

answering
Shopify Geo Audit
by builtbyabs

Audit any Shopify store for AI search (GEO/AEO) readiness and generate the fixes. No signup.

37 installs/wk local only
Freeport Nostr
by ptrinh

Search Freeport Nostr events by kind, tag & geohash radius (rides, services, reputation).

37 installs/wk 6 tools answering
Inavi MCP
by inavi-systems

MCP Server for iNavi Maps API - Geocoding, POI Search, Route Planning for Claude AI

71 installs/wk local only
Noaa Climate MCP Server
by cyanheads

Search NOAA climate stations and datasets, fetch historical weather observations.

209 installs/wk 10 tools answering
TestAtlas
by karzone

Semantic map of a .NET test-automation solution for AI agents — search, impact, endpoints

local only

Rangefind — questions

Answers built from our own checks of this server.

Why is there no uptime for Rangefind?
Rangefind runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rangefind-mcp was installed 43 times last week.
How do I connect Rangefind?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rangefind-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rangefind?
The npm package rangefind-mcp was installed 43 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rangefind open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.