Skip to content
Zed

Planify for Zed

com.planifyapps/planify

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

client:Zed transport:stdio runtime:npm

Install Planify in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "planify": {
      "command": "npx",
      "args": [
        "-y",
        "@planifyapps/mcp"
      ],
      "env": {
        "PLANIFY_API_KEY": "<PLANIFY_API_KEY>",
        "PLANIFY_API_URL": "<PLANIFY_API_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Planify in other clients