Skip to content
Gemini CLI

GetBirthChart MCP for Gemini CLI

io.github.getbirthchart-com/getbirthchart-mcp

Official MCP server for GetBirthChart astrology calculations.

client:Gemini CLI transport:stdio runtime:npm

Install GetBirthChart MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "getbirthchart-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@getbirthchart/mcp"
      ],
      "env": {
        "GETBIRTHCHART_API_KEY": "<GETBIRTHCHART_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

GetBirthChart MCP in other clients