Free Vedic astrology: panchang, kundali, transits, matching, doshas, eclipses, numerology
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Free Vedic astrology computation for AI assistants over the Model Context Protocol: daily panchang and muhurta timings for any city, janam kundali birth charts, kundli milan (ashtakoot) matching, dosha checks, dasha periods, transits, festival and eclipse calendars, and Vedic numerology β 17 tools (discovered dynamically), plus prompts and documentation resources.
Results are deterministic β computed live with the Swiss Ephemeris on the sidereal zodiac (Lahiri ayanamsa) β and backed by classical-text citations on kundlit.com.
https://kundlit.com/api/mcp (hosted, Streamable HTTP)npx (works with every client, including stdio-only ones)That starts a local stdio MCP server which proxies to the hosted endpoint. Point any client at it by command:
Claude Desktop β claude_desktop_config.json:
Cursor β .cursor/mcp.json, or any client that reads a generic
.mcp.json:
Installed globally (npm i -g @kundlit/mcp) the binary is kundlit-mcp, so
"command": "kundlit-mcp" with no args works too.
No bridge process needed β connect straight to the URL.
Claude Code:
Config file:
Claude (web/desktop): Settings β Connectors β Add custom connector β
https://kundlit.com/api/mcp
Full per-client instructions, example prompts and limitations: https://kundlit.com/mcp
The npm package @kundlit/mcp published from here is a thin client: a
bidirectional JSON-RPC pump between a local StdioServerTransport and a
StreamableHTTPClientTransport aimed at https://kundlit.com/api/mcp. It
contains no astrology logic and no copy of the tool list, so tools added or
renamed on the hosted server are picked up with no package update.
Frames are forwarded unmodified in both directions with one deliberate
exception: if the hop to the hosted server fails, the bridge answers the
pending request locally with a JSON-RPC -32001 error (bin/cli.js) rather
than letting the local client hang forever on a reply that is never coming.
That error is synthesised by the bridge and was never sent by the server.
The astrology server itself is hosted at kundlit.com and its source is not
public. The manifests here (.mcp.json, server.json, .claude-plugin/plugin.json)
exist so MCP clients, registries and directories can discover and install it.
stdout carries JSON-RPC and nothing else; all diagnostics, including --help
and --version output, go to stderr. Requires Node.js 18 or newer.
The container speaks MCP over stdio, so run it with -i and no TTY.
17 tools, discovered dynamically via tools/list β panchang, muhurta and
choghadiya windows, janam kundali, ashtakoot matching, manglik / kaal sarp /
sade sati checks, dasha periods, transits, pancha pakshi, year events,
eclipses, and numerology. Prompts and documentation resources
(kundlit://docs/methodology, kundlit://docs/usage-guide) are likewise
discovered at runtime; ask your client to list them rather than relying on a
list in this README.
place (any city worldwide) is preferred; latitude/longitude/IANA
timezone also accepted. Year tools snap to the nearest of 50 supported cities.Source: attribution line β please keep it intact;
that attribution is the price of free access.MIT β see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kundlit-vedic-astrology-2)<a href="https://allmcps.com/mcp/kundlit-vedic-astrology-2"><img src="https://allmcps.com/api/badge/kundlit-vedic-astrology-2?style=directory" alt="Kundlit Vedic Astrology on AllMCPs" /></a>