mcpbeat Sign in

Entur MCP Server

local only

Entur MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Keyless Entur Norway: stops, departures, trip planning, geocoding.

Installs / week
npm · entur-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Entur 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 entur-mcp -- npx -y entur-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "entur-mcp": {
      "args": [
        "-y",
        "entur-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.entur-mcp]
command = "npx"
args = ["-y", "entur-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "entur-mcp": {
      "args": [
        "-y",
        "entur-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "entur-mcp": {
      "args": [
        "-y",
        "entur-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Entur MCP

same job, measured the same way
Norway Location Transport MCP
by trondbjoroy

Norwegian transport (Entur) and geodata (Kartverket): trips, departures, addresses, elevation.

25 installs/wk 21 tools answering
Kartverket MCP
by 3121n

Norwegian address geocoding, places, properties, buildings & elevation from Kartverket.

30 installs/wk local only
Ban Fr
by pipeworx-io

Base Adresse Nationale (BAN) MCP — France's official keyless geocoding API

34 tools answering
Opencages
by pipeworx-io

OpenCage forward + reverse geocoding (free key, 2500/day)

33 tools answering
Photon MCP
by mrfentmen

Geocoding from Photon Komoot. No key required.

109 installs/wk local only
Geocoding
by danishashko

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

47 installs/wk local only
Met MCP
by trondbjoroy

Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.

33 installs/wk 8 tools answering
Google_maps
by pipeworx-io

Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation.

38 tools answering

Entur MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Entur MCP?
Entur 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 entur-mcp.
How do I connect Entur 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 entur-mcp straight from npm; nothing to host, nothing to sign up for.
Is Entur MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.