mcpbeat Sign in

Inavi MCP Server

by inavi-systems Your server? Claim it
local only

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

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

Installs per day peak 42 · avg 12 · +60% w/w
a month agotoday
71
Installs / week
npm · @inavi-maps/mcp-server
0
Stars
0 open issues
3 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Inavi MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 inavi-mcp -- npx -y @inavi-maps/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "inavi-mcp": {
      "args": [
        "-y",
        "@inavi-maps/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.inavi-mcp]
command = "npx"
args = ["-y", "@inavi-maps/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "inavi-mcp": {
      "args": [
        "-y",
        "@inavi-maps/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "inavi-mcp": {
      "args": [
        "-y",
        "@inavi-maps/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Inavi MCP

same job, measured the same way
Opencage Geocoding MCP
by opencagedata

MCP server for OpenCage geocoding API

26 installs/wk local only
Radar
by pipeworx-io

Radar MCP — wraps the Radar Geocoding / Search API (radar.com)

answering
C
Geo
by thinair

Geocoding, routing, isochrones, traffic, weather, and place search for AI agents. 19 MCP tools.

answering
LatLng
by latlng-mcp

Geocoding, reverse geocoding, and places search for LatLng.

5 tools answering
Google Maps MCP Server
by cablate

18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.

3 246 installs/wk local only
Google Maps
by mcparmory

Geocode addresses, calculate directions, and search places with maps and routing

222 installs/wk local only
EmbedEarth (E2)
by paulwxnter

Open-source Google Maps Platform alternative for agents: search, route, map, geocode, and compute.

619 installs/wk local only
Location and Timezone MCP Server by RoxyAPI
by roxyapi

City geocoding and timezone resolution for birth data, for AI agents, one API key.

3 tools answering

Inavi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Inavi MCP?
Inavi MCP 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 @inavi-maps/mcp-server was installed 71 times last week.
How do I connect Inavi MCP?
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 @inavi-maps/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Inavi MCP?
The npm package @inavi-maps/mcp-server was installed 71 times in the last week. Week over week that is +60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Inavi MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.