Swiss Ephemeris
@dm0lz
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"swiss-ephemeris": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8000:8000",
"olivier86/swiss-ephemeris-mcp-server:latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 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,
评论