Submit

Swiss Ephemeris

@dm0lz

Swiss Ephemeris MCP Server is a Model Context Protocol (MCP) server that provides precise astrological calculations—including natal charts, planetary transits, synastry, and solar return charts—using the Swiss Ephemeris. It exposes tools for LLMs and AI agents to retrieve planetary positions, houses, chart points, and asteroids for any date, time, and location.

Tools

Server Config

{
  "mcpServers": {
    "swiss-ephemeris": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-p",
        "8000:8000",
        "olivier86/swiss-ephemeris-mcp-server:latest"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.