mcpbeat Sign in

Mapsi MCP Server

by algolayertechnologies Your server? Claim it
local only

Mapsi MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm.

Geocoding, routing, isochrone, H3, elevation and 13 more geospatial tools via OpenStreetMap.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 24 · avg 7 · +13% w/w
a month agotoday
21
Installs / week
npm · mapsi-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: MAPSI_API_KEY (Your Mapsi API key from mapsi.dev). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mapsi MCP

same job, measured the same way
Openrouteservice
by pipeworx-io

Routing, isochrones, matrix, snap, elevation, geocode via Openrouteservice.

43 tools answering
OpenStreetMap
by ni-c

Geocoding, walking/driving/cycling distances, route optimization, isochrones and POI search on OSM

106 installs/wk local only
C
Geo
by thinair

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

answering
MapMap
by mapmap

Maps built for agents: routing incl. truck/ADR, geocoding, matrices, isochrones — 34 tools.

43 tools answering
Openstreetmap MCP Server
by cyanheads

Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

1 303 installs/wk 6 tools answering
Geocoding
by danishashko

Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.

43 installs/wk local only
Open Meteo MCP Server
by cyanheads

Global weather via Open-Meteo: forecast, historical, marine, air quality, geocoding, elevation.

857 installs/wk 11 tools answering
nominatim
by pipeworx-io

Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth)

34 tools answering

Mapsi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mapsi MCP?
Mapsi 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 mapsi-mcp was installed 21 times last week.
Is Mapsi MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Mapsi 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 mapsi-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mapsi MCP?
The npm package mapsi-mcp was installed 21 times in the last week. Week over week that is +13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.