mcpbeat Sign in

XHelio-SPICE MCP Server

local only

XHelio-SPICE runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from pypi. Last commit 11 Jun 2026.

Spacecraft ephemeris made easy — auto-managed SPICE kernels for heliophysics

Installs per day peak 23 · avg 7 · -48% w/w
a month agotoday
33
Installs / week
pypi · xhelio-spice
0
Stars
0 open issues
11 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check XHelio-SPICE every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add xhelio-spice -- uvx xhelio-spice
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xhelio-spice": {
      "args": [
        "xhelio-spice"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xhelio-spice]
command = "uvx"
args = ["xhelio-spice"]
.cursor/mcp.json
{
  "mcpServers": {
    "xhelio-spice": {
      "args": [
        "xhelio-spice"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xhelio-spice": {
      "args": [
        "xhelio-spice"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: XHELIO_SPICE_KERNEL_DIR (Override the default kernel cache directory (~/.xhelio_spice/kernels/)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to XHelio-SPICE

same job, measured the same way
HelioSPICE
by huangzesen

Spacecraft ephemeris made easy — auto-managed SPICE kernels for heliophysics

90 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

681 installs/wk local only
No Crd
by nogoo9

Dynamic pod spawner & proxy for ephemeral AI agent workspaces on Kubernetes without CRDs

44 installs/wk local only
Secure Vault
by mdfifty50-boop

Encrypted secrets and credential management for agents

24 installs/wk local only
Sonenta
by sonenta

MCP server for Sonenta translation management: keys, translations, a11y, and source-health tools.

46 installs/wk local only
Fingerprint
by fingerprintjs

Device intelligence for AI agents: Fingerprint events, smart signals, and API key management.

answering
Tollbooth Shortlinks
by lonniev

Ephemeral, human-friendly short URLs for Tollbooth MCP services

4 tools answering
Toolforest
by toolforest

Hosted MCP server with managed OAuth for 15+ toolkits: Google Workspace, Fitbit, Oura, Kalshi, etc.

answering

XHelio-SPICE — questions

Answers built from our own checks of this server.

Why is there no uptime for XHelio-SPICE?
XHelio-SPICE runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package xhelio-spice was installed 33 times last week.
How do I connect XHelio-SPICE?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls xhelio-spice straight from pypi; nothing to host, nothing to sign up for.
How many people use XHelio-SPICE?
The pypi package xhelio-spice was installed 33 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is XHelio-SPICE open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.