Skip to main content
Glama
Geddart

RV MCP Server

by Geddart

execute_mu

Run Mu code in Autodesk RV to control media playback, compare shots, and adjust color grading through remote evaluation.

Instructions

Execute arbitrary Mu code in RV and return the result.

The code is evaluated via remote-eval. Use 'require commands;' at the start if you need commands functions like play(), stop(), etc.

Examples: execute_mu("{ require commands; string(frame()); }") execute_mu("{ require commands; play(); "playing"; }") execute_mu("{ require commands; sources(); }")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Geddart/rv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server