Model Context Protocol server
Ask any AI assistant for an accurate panchang
Connect Claude, ChatGPT, Cursor or any MCP client to the HinduCalendar engine and it answers with the exact tithi, festival dates, muhurta and birth details the HinduCalendar app shows — the same calculations, never an AI guess.
https://hinducalendar.app/mcp
What you can ask
Everyday Hindu-calendar questions, answered by calculation — with dates and times you can trust.
Connect it
A standard remote MCP server (Streamable HTTP, no sign-in). Add the endpoint to any client:
Claude Code ›
claude mcp add --transport http hinducalendar https://hinducalendar.app/mcp
Claude.ai (Pro / Max / Team) ›
Settings → Connectors → Add custom connector → paste the endpoint URL, then enable it in the chat's tools menu.
ChatGPT (developer mode) ›
Settings → Connectors → Advanced → Developer mode, then Create and paste the endpoint URL. No authentication.
Cursor ›
Add to ~/.cursor/mcp.json:
{ "mcpServers": { "hinducalendar": { "url": "https://hinducalendar.app/mcp" } } }
VS Code (Copilot) ›
Add to .vscode/mcp.json:
{ "servers": { "hinducalendar": { "type": "http", "url": "https://hinducalendar.app/mcp" } } }
Gemini CLI ›
Add to ~/.gemini/settings.json:
{ "mcpServers": { "hinducalendar": { "httpUrl": "https://hinducalendar.app/mcp" } } }
Config field names vary a little by client and version — every client here connects to the same URL over Streamable HTTP.
Prefer it on your phone?
Researching history or astronomy?
HinduCalendar matches the app for everyday use. For 10,000 years of positions, eclipses, conjunctions and dating historical panchang references, use its companion server:
The two run different engines and can differ by a minute or two near a tithi boundary: HinduCalendar to match the app, Kaalshodh to search history.
Privacy
Answers are computed in memory. No accounts, no sign-in. Nothing you ask — including a birth date, time or place — is stored or logged; server logs record only which tool ran and how long it took. Full details: privacy policy.