astral mcp for Cline
io.github.davidmosiah/astral-mcp
Precision-audited astrology MCP: natal charts, transits, synastry, moon phases. No API key.
client:Cline
transport:stdio
runtime:npm
Install astral mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"astral-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs