Skip to content
VS Code

saymaker mcp for VS Code

ai.saymaker/saymaker-mcp

Generate and edit AI images and video on SayMaker: Veo 3.1, Kling 3.0, Seedance 2.0, Nano Banana 2.

client:VS Code transport:stdio runtime:npm

Install saymaker mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "saymaker-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "saymaker-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

saymaker mcp in other clients