mcpbeat Sign in

Satnogs MCP Server

local only

Satnogs MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

SatNOGS DB: satellite transmitter and observation data.

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

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

Alternatives to Satnogs MCP

same job, measured the same way
MC-Data Monitor
by evozim

SQL pipeline observability and DBT integration monitor.

answering
Sentinel Hub
by pipeworx-io

Sentinel Hub MCP — satellite / earth-observation statistics as JSON (sentinel-hub.com).

answering
Langfuse
by pulsemcp

MCP server for Langfuse LLM observability — trace and observation analysis.

25 installs/wk local only
Aemet MCP
by jocarrd

MCP server for AEMET: Spain's official forecasts, warnings, observations and climate data.

49 installs/wk local only
Un Datacommons MCP
by therealtimex

MCP server to query Data Commons indicators and observations (base or custom).

31 installs/wk local only
NOAA STOFS MCP Server
by mansurjisan

NOAA STOFS storm surge forecasts, observation validation, and OPeNDAP data

46 installs/wk local only
Noaa Climate MCP Server
by cyanheads

Search NOAA climate stations and datasets, fetch historical weather observations.

221 installs/wk 10 tools answering
I
Engineer Your Data
by eghuzefa

MCP server for data engineering: validation, transformation, visualization, and APIs.

64 installs/wk local only

Satnogs MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Satnogs MCP?
Satnogs 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 satnogs-mcp.
Is Satnogs 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 Satnogs 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 satnogs-mcp straight from npm; nothing to host, nothing to sign up for.