Skip to content
VS Code

ridvay mcp for VS Code

io.github.ridvay-ai/ridvay-mcp

Create & edit Ridvay Studio posters, flyers & social designs — AI-generated or self-composed.

client:VS Code transport:stdio runtime:npm

Install ridvay mcp in VS Code

.vscode/mcp.json

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

ridvay mcp in other clients