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.
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント