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
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.
claude mcp add celestial-node -- npx -y celestialnode-mcp
{
"mcpServers": {
"celestial-node": {
"args": [
"-y",
"celestialnode-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.celestial-node]
command = "npx"
args = ["-y", "celestialnode-mcp"]
{
"mcpServers": {
"celestial-node": {
"args": [
"-y",
"celestialnode-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"celestial-node": {
"args": [
"-y",
"celestialnode-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.