Spacecraft ephemeris made easy β auto-managed SPICE kernels for heliophysics
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Spacecraft ephemeris made easy β auto-managed SPICE kernels for heliophysics missions.
xhelio-spice wraps SpiceyPy with automatic kernel download, caching, and loading. Ask for a spacecraft position and xhelio-spice handles the rest: downloading the right NAIF kernels, loading them in the correct order, and returning results as Python dicts or pandas DataFrames.
For MCP server support (Claude Desktop, Claude Code, Cursor, etc.):
Kernels are automatically downloaded from NAIF on first use and cached in ~/.xhelio_spice/kernels/.
Sun, Earth, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto
| Method | Description |
|---|---|
XHELIO_SPICE_KERNEL_DIR env var | Override kernel cache directory |
KernelManager(kernel_dir=...) | Per-instance override |
| Default | ~/.xhelio_spice/kernels/ |
xhelio-spice includes an MCP server for LLM tool use:
Add to claude_desktop_config.json:
| Tool | Description |
|---|---|
get_ephemeris | Position/velocity β single time (inline) or timeseries (CSV) |
compute_distance | Distance between two bodies |
transform_coordinates | Coordinate frame transform |
list_spice_missions | Supported missions |
list_coordinate_frames | Available frames with descriptions |
manage_kernels | Kernel cache management |
For a CI-safe MCP check that does not request kernel downloads, run:
The smoke starts the stdio server with an isolated temporary kernel cache, runs
MCP initialize + list_tools, and verifies the advertised tool names.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/heliospice)<a href="https://allmcps.com/mcp/heliospice"><img src="https://allmcps.com/api/badge/heliospice?style=directory" alt="HelioSPICE on AllMCPs" /></a>