mcpbeat Sign in

Astral MCP Server

local only

Astral MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 1 Sep 2026.

Precision-audited astrology MCP: natal charts, transits, synastry, moon phases. No API key.

Installs per day peak 132 · avg 19 · +208% w/w
a month agotoday
62
Installs / week
npm · astral-mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Astral MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add astral-mcp -- npx -y astral-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "astral-mcp": {
      "args": [
        "-y",
        "astral-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.astral-mcp]
command = "npx"
args = ["-y", "astral-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "astral-mcp": {
      "args": [
        "-y",
        "astral-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "astral-mcp": {
      "args": [
        "-y",
        "astral-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Astral MCP

same job, measured the same way
Auseklis Astrology
by igmizo

Astrology from a real ephemeris: natal charts, transits, synastry, eclipses, returns. No API keys.

44 installs/wk local only
Western Astrology MCP Server by RoxyAPI
by roxyapi

Western natal charts, horoscopes, transits and synastry for AI agents, verified vs NASA JPL.

39 tools answering
Cosmic Correlation Engine
by odinbot33

AI Agent Astrology — natal charts, transits, cosmic weather, and forecasts for AI agents.

172 installs/wk local only
MCP Starmeet
by star-meet

Free Vedic astrology MCP: birth-chart, panchang & nakshatra tools. Public API, no key required.

51 installs/wk local only
Stellara MCP
by natlex

Swiss Ephemeris for AI agents: exact natal charts, transits, synastry and birth-place resolution

local only
Vedic Astrology and Kundli MCP Server by RoxyAPI
by roxyapi

Vedic kundli, panchang, dashas, nakshatras and KP charts for AI agents, one API key.

56 tools answering
W8s Astro MCP
by w8s

Natal charts, transits, history, ingress forecasting, aspects, composite & Davison charts — SQLite.

111 installs/wk local only
Jagannatha Hora — Vedic Astrology (Jyotish, Kundli, Horoscope, Panchang)
by jagannathahora

Vedic astrology (Jyotish): birth charts, divisional charts, dashas, yogas, transits, panchang

32 tools answering

Astral MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Astral MCP?
Astral MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package astral-mcp was installed 62 times last week.
How do I connect Astral MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls astral-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Astral MCP?
The npm package astral-mcp was installed 62 times in the last week. Week over week that is +208%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Astral MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.