Skip to content
Cursor

Caelario for Cursor

io.github.chunkydonut21/caelario

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

client:Cursor transport:stdio runtime:npm

Install Caelario in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "caelario": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "caelario-mcp"
      ],
      "env": {
        "CAELARIO_API_KEY": "<CAELARIO_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Caelario in other clients