Free and open-source MCP server for Vedic Astrology that acts as a deterministic astronomical calculator for LLMs — natal charts, dashas, panchang, and more, computed with Swiss Ephemeris.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"librejyotish": {
"command": "uvx",
"args": [
"librejyotish"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add librejyotish uvx librejyotish
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"librejyotish": {
"command": "uvx",
"args": [
"librejyotish"
]
}
}
}
📋 Copy
Or install with pip: pip install librejyotish
README Excerpt
<p align="center"> <img src="https://raw.githubusercontent.com/anhadlamba30/librejyotish/master/assets/logo.png" width="180" alt="LibreJyotish logo"> </p> <h1 align="center">LibreJyotish</h1> <p align="center"> Deterministic Vedic astrology calculations as an MCP server </p> <p align="center"> <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-2.0-blue" alt="MCP"></a>
Tools (10)
batch geocode_location get_ashtakavarga get_current_transits get_divisional_chart get_eclipses get_natal_chart get_panchang get_shadbala get_vimshottari_dasha
Topics
ai astrology astronomy mcp mcp-server python swiss-ephemeris vedic-astrology