Skip to content
Cursor

space weather mcp for Cursor

io.github.mrfentmen/space-weather-mcp

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

client:Cursor transport:stdio runtime:npm

Install space weather mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "space-weather-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "space-weather-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

space weather mcp in other clients