Odel
mcp ephemeris

mcp ephemeris

Local
@kairosastro-sketchTypeScriptUpdated 1mo ago

NASA-validated computed planetary positions for your AI: 19 astrology tools, never hallucinated.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cosmosos/mcp-ephemerisv0.2.3

Run

npx -y @cosmosos/mcp-ephemeris

MCP client config

{
  "mcpServers": {
    "mcp-ephemeris": {
      "command": "npx",
      "args": [
        "-y",
        "@cosmosos/mcp-ephemeris"
      ]
    }
  }
}