Model Context Protocol server for OctaneRender documentation and Lua API
https://octane-mcp-staging.otoy.ai/sse
Add to your ~/.claude/settings.json:
{
"mcpServers": {
"octanerender": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://octane-mcp-staging.otoy.ai/sse"]
}
}
}
Add to your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"octanerender": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://octane-mcp-staging.otoy.ai/sse"]
}
}
}
Add to your Cursor MCP settings (.cursor/mcp.json in your project or global config):
{
"mcpServers": {
"octanerender": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://octane-mcp-staging.otoy.ai/sse"]
}
}
}
Octane 2026.1 (exported 2025-12-17 23:34:53)