Skip to content
Cursor

astral mcp for Cursor

io.github.davidmosiah/astral-mcp

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

client:Cursor transport:stdio runtime:npm

Install astral mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "astral-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "astral-mcp"
      ],
      "env": {
        "ASTRAL_MCP_TRANSPORT": "<ASTRAL_MCP_TRANSPORT>",
        "ASTRAL_MCP_HOST": "<ASTRAL_MCP_HOST>",
        "ASTRAL_MCP_PORT": "<ASTRAL_MCP_PORT>",
        "ASTRAL_MCP_ALLOWED_ORIGIN": "<ASTRAL_MCP_ALLOWED_ORIGIN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

astral mcp in other clients