spaceweather mcp for Cursor
io.github.hoon1983/spaceweather-mcp
Space weather & geomagnetic conditions (NOAA SWPC, NASA DONKI, USGS, Kyoto) via MCP.
client:Cursor
transport:stdio
runtime:pypi
Install spaceweather mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spaceweather-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"spaceweather-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs