mcpbeat Sign in

Celestial Node MCP Server

by christerso Your server? Claim it
local only

Celestial Node runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Feb 2026.

Real-time space data — ISS tracking, rocket launches, space news, Mars weather, and more

Installs / week
npm · celestialnode-mcp
0
Stars
0 open issues
22 Feb 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: CELESTIAL_NODE_API_KEY (Optional API key for higher rate limits (100/day vs 25/hr). Get yours at https://celestialnode.com/register). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Celestial Node

same job, measured the same way
RymdenKollen — Swedish Space & Astronomy
by jannegpriv

Swedish space & astronomy: ISS passes, aurora forecasts, space weather, rocket launches, moon.

answering
GroundAPI
by qingkongzhiqian

Real-time data API for AI Agents: stocks, weather, forex, logistics, search, scrape, news, IP.

answering
Smithery AI National Weather Service
by smithery

Provide real-time and forecast weather information for locations in the United States using natura…

answering
Weather MCP
by lulu-the-narwhal

Free, keyless real-time weather and 7-day forecasts for any city worldwide.

2 tools answering
Switzerland MCP 🇨🇭
by vikramgorla

Swiss open data MCP server. 76 tools, zero API keys. Transport, weather, geodata, news, rates.

332 installs/wk local only
C
Professor Sausages — Web & Documents
by professorsausages

Read pages & files to text, news, weather, market holidays and timezones via x402.

12 tools answering
Apiverket
by vinvuk

Query Swedish public data: companies, SCB statistics, weather, transport, and more.

37 installs/wk local only
I
Data Aggregator MCP
by vpatser1

Unified data server: stocks, crypto, news, weather, web scraping, FX rates in one MCP

27 installs/wk local only

Celestial Node — questions

Answers built from our own checks of this server.

Why is there no uptime for Celestial Node?
Celestial Node 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 celestialnode-mcp.
How do I connect Celestial Node?
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 celestialnode-mcp straight from npm; nothing to host, nothing to sign up for.
Is Celestial Node open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.