← Back to browse

astral-mcp

Indexed by io.github.davidmosiah

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsASTRAL_MCP_TRANSPORT ASTRAL_MCP_HOST ASTRAL_MCP_PORT ASTRAL_MCP_ALLOWED_ORIGIN
Claude Code
claude mcp add --env ASTRAL_MCP_TRANSPORT= --env ASTRAL_MCP_HOST= --env ASTRAL_MCP_PORT= --env ASTRAL_MCP_ALLOWED_ORIGIN= astral-mcp -- npx astral-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"astral-mcp","command":"npx","args":["astral-mcp"],"env":{"ASTRAL_MCP_TRANSPORT":"","ASTRAL_MCP_HOST":"","ASTRAL_MCP_PORT":"","ASTRAL_MCP_ALLOWED_ORIGIN":""}}'
JSON
{
  "mcpServers": {
    "astral-mcp": {
      "command": "npx",
      "args": [
        "astral-mcp"
      ],
      "env": {
        "ASTRAL_MCP_TRANSPORT": "",
        "ASTRAL_MCP_HOST": "",
        "ASTRAL_MCP_PORT": "",
        "ASTRAL_MCP_ALLOWED_ORIGIN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.