Odel
Caelario

Caelario

Local
@chunkydonut21JavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcaelario-mcpv0.1.5

Run

npx -y caelario-mcp

MCP client config

{
  "mcpServers": {
    "caelario": {
      "command": "npx",
      "args": [
        "-y",
        "caelario-mcp"
      ]
    }
  }
}