Skip to content
Zed

Caelario for Zed

io.github.chunkydonut21/caelario

MCP server for Instagram, TikTok, YouTube, X and Facebook data extraction and automation.

client:Zed transport:stdio runtime:npm

Install Caelario 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": {
    "caelario": {
      "command": "npx",
      "args": [
        "-y",
        "caelario-mcp"
      ],
      "env": {
        "CAELARIO_API_KEY": "<CAELARIO_API_KEY>"
      }
    }
  }
}

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

Caelario in other clients