HelioSPICE for Cursor
io.github.huangzesen/heliospice
Spacecraft ephemeris made easy — auto-managed SPICE kernels for heliophysics
client:Cursor
transport:stdio
runtime:pypi
Install HelioSPICE in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"heliospice": {
"type": "stdio",
"command": "uvx",
"args": [
"heliospice"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs