HomeOther › astral-mcp

astral-mcp

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

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-01 License: MIT

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 astral-mcp@0.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "astral-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "astral-mcp@0.2.0"
      ],
      "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

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry