Skip to content
Cursor

saymaker mcp for Cursor

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:Cursor transport:stdio runtime:npm

Install saymaker mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

saymaker mcp in other clients