mcpbeat Sign in

Opensky MCP Server

local only

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

OpenSky live aircraft positions.

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

Alternatives to Opensky MCP

same job, measured the same way
Iss MCP
by mrfentmen

ISS live position and passes.

local only
Datalastic
by pipeworx-io

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

38 tools answering
Vessel Tracking
by pipeworx-io

Vessel Tracking — live worldwide ship positions from AIS.

39 tools answering
Flight Radar
by mcp-dir

Live flight radar: real-time position of any aircraft transmitting ADS-B right now. Search by regist

12 tools answering
Flight Watch MCP
by nexlab

Live aircraft near an area

answering
Open Waters AIS
by openwaters

Live AIS vessel positions by MMSI, name, area, or radius, plus coverage. No sign-in, no key.

5 tools answering
Digitraffic Ais
by pipeworx-io

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

34 tools answering
Adsb
by pipeworx-io

adsb.lol MCP — live aircraft tracking via community ADS-B.

40 tools answering

Opensky MCP — questions

Answers built from our own checks of this server.

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