Caelario for VS Code
io.github.chunkydonut21/caelario
MCP server for Instagram, TikTok, YouTube, X and Facebook data extraction and automation.
client:VS Code
transport:stdio
runtime:npm
Install Caelario in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "caelario-api-key",
"description": "CAELARIO_API_KEY",
"password": true
}
],
"servers": {
"caelario": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"caelario-mcp"
],
"env": {
"CAELARIO_API_KEY": "${input:caelario-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs