space weather mcp for VS Code
io.github.mrfentmen/space-weather-mcp
Unified space weather server: solar wind, NOAA scales and alerts, aurora forecasts, and X-ray flux.
client:VS Code
transport:stdio
runtime:npm
Install space weather mcp in VS Code
.vscode/mcp.json
{
"servers": {
"space-weather-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"space-weather-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs