Swiss Ephemeris
@dm0lz
About Swiss Ephemeris
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 planeta
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"swiss-ephemeris": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8000:8000",
"olivier86/swiss-ephemeris-mcp-server:latest"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Swiss Ephemeris?
The Swiss Ephemeris MCP Server is a Model Context Protocol server that provides astronomical calculations using the Swiss Ephemeris library. It calculates planetary positions, houses, chart points, and asteroids for any date and location, targeting developers and astrologers integrating ephemeris data into AI tools.
How to use Swiss Ephemeris?
Install the swetest command locally (required for Claude Desktop), then configure the server via Claude Desktop’s MCP settings or run manually with npx github:dm0lz/swiss-ephemeris-mcp-server. Four main tools are provided: calculate_planetary_positions, calculate_transits, calculate_solar_revolution, and calculate_synastry, each accepting ISO8601 datetime and geographic coordinates.
Key features of Swiss Ephemeris
- Calculates positions for Sun, Moon, and all classical planets
- Includes true and mean lunar nodes
- Supports asteroids: Chiron, Ceres, Pallas, Juno, Vesta, Lilith
- Computes 12-house Placidus system
- Returns Ascendant, Midheaven, IC, Descendant, South Node, Part of Fortune
Use cases of Swiss Ephemeris
- Generate accurate birth charts for any date, time, and location
- Compare natal chart positions with current transits
- Compute solar return charts for a given year
- Analyze relationship compatibility via synastry aspects
FAQ from Swiss Ephemeris
What prerequisites are needed for local use?
The Swiss Ephemeris swetest command must be installed; the README provides a script to compile and copy it from the official source.
How do I configure Swiss Ephemeris with Claude Desktop?
Add the server entry to Claude Desktop’s MCP configuration JSON, using npx as the command and the GitHub repo as the argument.
What transport modes does Swiss Ephemeris support?
Stdio is the default mode for Claude Desktop; HTTP mode can be enabled by setting the environment variable MCP_HTTP_MODE=true, useful for web integration via ngrok.
Where can I find the Swiss Ephemeris library and source code?
The library is available at https://www.astro.com/swisseph/ and the server repository at https://github.com/dm0lz/swiss-ephemeris-mcp-server.
Does Swiss Ephemeris require an internet connection for calculations?
No; calculations are performed locally using the installed Swiss Ephemeris binaries – no network dependency is mentioned.
Frequently asked questions
What prerequisites are needed for local use?
The Swiss Ephemeris `swetest` command must be installed; the README provides a script to compile and copy it from the official source.
How do I configure Swiss Ephemeris with Claude Desktop?
Add the server entry to Claude Desktop’s MCP configuration JSON, using `npx` as the command and the GitHub repo as the argument.
What transport modes does Swiss Ephemeris support?
Stdio is the default mode for Claude Desktop; HTTP mode can be enabled by setting the environment variable `MCP_HTTP_MODE=true`, useful for web integration via ngrok.
Where can I find the Swiss Ephemeris library and source code?
The library is available at https://www.astro.com/swisseph/ and the server repository at https://github.com/dm0lz/swiss-ephemeris-mcp-server.
Does Swiss Ephemeris require an internet connection for calculations?
No; calculations are performed locally using the installed Swiss Ephemeris binaries – no network dependency is mentioned.
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments