mcpbeat Sign in

Spaceweather MCP Server

local only

Spaceweather MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 95 installs a week from pypi. Last commit 25 Jun 2026.

Space weather & geomagnetic conditions (NOAA SWPC, NASA DONKI, USGS, Kyoto) via MCP.

Installs per day peak 33 · avg 13 · +13% w/w
a month agotoday
95
Installs / week
pypi · spaceweather-mcp
0
Stars
0 open issues
25 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

Alternatives to Spaceweather MCP

same job, measured the same way
Solarstorm
by solarstorm

Space weather: Kp index, NOAA 3-day geomagnetic forecast, solar flares, aurora visibility.

4 tools answering
Noaa Swpc
by pipeworx-io

NOAA Space Weather Prediction Center (solar wind, Kp, aurora, alerts)

38 tools answering
Solar MCP
by qso-graph

Solar indices and space weather MCP server. SFI, SSN, Kp, DSCOVR, NOAA alerts.

65 installs/wk local only
Nws
by pipeworx-io

NWS MCP — US National Weather Service (no auth)

41 tools answering
Xweather Weather MCP
by xweather

Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.

answering
Weather
by pipeworx-io

Real-time weather conditions and multi-day forecasts via Open-Meteo — free, no API key required

34 tools answering
NWS Surface Wind Observations MCP Server
by mansurjisan

NWS surface wind observations (ASOS/AWOS) via Weather.gov and Iowa Environmental Mesonet APIs

59 installs/wk local only
Noaa Spaceweather MCP Server
by cyanheads

NOAA SWPC space weather: storm scales, Kp index, aurora forecasts, solar wind, activity, alerts.

215 installs/wk 6 tools answering

Spaceweather MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Spaceweather MCP?
Spaceweather 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 pypi package spaceweather-mcp was installed 95 times last week.
How do I connect Spaceweather 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 spaceweather-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Spaceweather MCP?
The pypi package spaceweather-mcp was installed 95 times in the last week. Week over week that is +13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Spaceweather MCP open source?
Yes — it is published under the MIT licence, written in Python 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.