astral-mcp
Precision-audited astrology MCP: natal charts, transits, synastry, moon phases. No API key.
Topics: Spirituality & Esoterica
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"astral-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"ASTRAL_MCP_TRANSPORT": "<YOUR_VALUE>",
"ASTRAL_MCP_HOST": "<YOUR_VALUE>",
"ASTRAL_MCP_PORT": "<YOUR_VALUE>",
"ASTRAL_MCP_ALLOWED_ORIGIN": "<YOUR_VALUE>"
}
}
}
}
ASTRAL_MCP_TRANSPORT— Transport to run. Defaults to stdio. Set to http to expose a streamable HTTP endpoint instead.ASTRAL_MCP_HOST— Host to bind when ASTRAL_MCP_TRANSPORT=http. Defaults to 127.0.0.1.ASTRAL_MCP_PORT— Port to bind when ASTRAL_MCP_TRANSPORT=http. Defaults to 3000.ASTRAL_MCP_ALLOWED_ORIGIN— Allowed CORS origin for the HTTP transport. Defaults to the bound host:port.
Related servers
OpenFate Bazi MCP
OpenFate Bazi MCP with True Solar Time, Four Pillars, Da Yun, and branch interactions.
TuViMCP
Fast, typed Vietnamese Tử Vi horoscope calculation engine and MCP server with 51 traditional pattern evaluations, transit charts,…
astroway-mcp
Comprehensive astrology MCP exposing every endpoint of the AstroWay Calculation API — natal charts, synastry, transits, Vedic dashas…
Open Ephemeris
Sub-arcsecond astrology on NASA JPL DE440: natal, transits, Human Design, Vedic, BaZi.
vedaksha
Vedic astrology and astronomical ephemeris: kundali, panchanga, dashas, vargas, transits
astro-skill
Open-source Vedic astrology engine and stdio MCP server — deterministic kundali, Vimshottari dasha (maha/antar/pratyantar), panchang,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry