Skip to content
VS Code

kadenzo mcp for VS Code

io.github.jors7/kadenzo-mcp

Schedule, manage, generate & analyze social posts across 11 networks from any AI agent.

client:VS Code transport:stdio runtime:npm

Install kadenzo mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "kadenzo-api-key",
      "description": "KADENZO_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "kadenzo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kadenzo-mcp"
      ],
      "env": {
        "KADENZO_API_KEY": "${input:kadenzo-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

kadenzo mcp in other clients