Skip to content
VS Code

rive mcp for VS Code

io.github.odu33104/rive-mcp

Free, editor-less MCP server for Rive: create, edit, inspect, render and preview .riv animations

client:VS Code transport:stdio runtime:npm

Install rive mcp in VS Code

.vscode/mcp.json

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

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

rive mcp in other clients