mcpbeat Sign in

Nasa MCP Server

local only

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

Unified NASA server: APOD, asteroids (NEO), Mars rover photos, InSight weather, and TechPort...

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

Alternatives to Nasa MCP

same job, measured the same way
Weather MCP
by mrfentmen

Unified weather server: NWS forecasts and alerts, USGS earthquakes, and FEMA disasters.

local only
Space Weather MCP
by mrfentmen

Unified space weather server: solar wind, NOAA scales and alerts, aurora forecasts, and X-ray flux.

local only
I
Data Aggregator MCP
by vpatser1

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

26 installs/wk local only
Weather Server Python
by lxchst

An MCP server that provides weather information

61 installs/wk local only
Weather
by yuv24793

An MCP server that provides weather information.

34 installs/wk local only
Weather MCP Server
by kushknows

An MCP server that provides weather data

46 installs/wk local only
Variflight MCP
by variflight

VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.

1 208 installs/wk local only
MCP Weather Server
by hyg900928

An MCP server for weather information.

30 installs/wk local only

Nasa MCP — questions

Answers built from our own checks of this server.

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