What is the HelioSPICE MCP server?
Spacecraft ephemeris made easy — auto-managed SPICE kernels for heliophysics
How to install HelioSPICE
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"heliospice": {
"command": "uvx",
"args": [
"heliospice"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"heliospice": {
"command": "uvx",
"args": [
"heliospice"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"heliospice": {
"command": "uvx",
"args": [
"heliospice"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"heliospice": {
"type": "stdio",
"command": "uvx",
"args": [
"heliospice"
]
}
}
}Claude Code
claude mcp add heliospice -- uvx heliospiceRelated MCP servers
Spacecraft ephemeris made easy — auto-managed SPICE kernels for heliophysics
View repository →