Skip to content
VS Code

spaceweather mcp for VS Code

io.github.hoon1983/spaceweather-mcp

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

client:VS Code transport:stdio runtime:pypi

Install spaceweather mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "spaceweather-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "spaceweather-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

spaceweather mcp in other clients