mcpbeat Sign in

Iss MCP Server

local only

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

ISS live position and passes.

Installs / week
npm · @mrfentmen/iss-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

Alternatives to Iss MCP

same job, measured the same way
Opensky MCP
by mrfentmen

OpenSky live aircraft positions.

local only
Datalastic
by pipeworx-io

Datalastic MCP — live AIS vessel positions (datalastic.com)

38 tools answering
Sidereon
by neilberkman

GNSS positioning and astrodynamics: orbit propagation, passes, GNSS solves, and RINEX QC

local only
Digitraffic Ais
by pipeworx-io

Digitraffic AIS MCP — live vessel positions in Finnish and Baltic Sea waters.

34 tools answering
Open Notify
by pipeworx-io

Open Notify MCP — ISS position + people in space

33 tools answering
N
Zoopit
by zoopit

Read-only access to a Zoopit account: orders, routes, fleet and live vehicle positions.

answering
Vessel Tracking
by pipeworx-io

Vessel Tracking — live worldwide ship positions from AIS.

39 tools answering
O
Live Flight Data
by memoryapi

Live flight departures and airport information

2 tools answering

Iss MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Iss MCP?
Iss 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 @mrfentmen/iss-mcp.
How do I connect Iss 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 @mrfentmen/iss-mcp straight from npm; nothing to host, nothing to sign up for.
Is Iss 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.