Hosted Vedic astrology MCP server for Claude, ChatGPT & Cursor — Kundali, Panchang, Dasha, Gun Milan via Swiss Ephemeris + Lahiri. Free 10k calls/mo. https://navamsha.fastmcp.app/mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vedic-astrology-mcp-": {
"command": "npx",
"args": [
"-y",
"avinashchandan12/Vedic-Astrology-MCP-server"
]
}
}
}
Run in terminal:
claude mcp add vedic-astrology-mcp- npx -y avinashchandan12/Vedic-Astrology-MCP-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"vedic-astrology-mcp-": {
"command": "npx",
"args": [
"-y",
"avinashchandan12/Vedic-Astrology-MCP-server"
]
}
}
}