Skip to content
Gemini CLI

Planify for Gemini CLI

com.planifyapps/planify

Schedule and publish social posts to Twitter, Instagram, LinkedIn, Pinterest, Bluesky and more.

client:Gemini CLI transport:stdio runtime:npm

Install Planify 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": {
    "planify": {
      "command": "npx",
      "args": [
        "-y",
        "@planifyapps/mcp"
      ],
      "env": {
        "PLANIFY_API_KEY": "<PLANIFY_API_KEY>",
        "PLANIFY_API_URL": "<PLANIFY_API_URL>"
      }
    }
  }
}

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

Planify in other clients