Model Context Protocol server for OctaneRender documentation and Lua API
https://octane-mcp-staging.otoy.ai/mcphttps://octane-mcp-staging.otoy.ai/sse
Add to your MCP config (claude_desktop_config.json or ~/.claude/settings.json):
{
"mcpServers": {
"octanerender": {
"type": "http",
"url": "https://octane-mcp-staging.otoy.ai/mcp"
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"octanerender": {
"type": "http",
"url": "https://octane-mcp-staging.otoy.ai/mcp"
}
}
}
Add to mcp.json:
{
"mcpServers": {
"octanerender": {
"type": "http",
"url": "https://octane-mcp-staging.otoy.ai/mcp"
}
}
}
For clients without native HTTP transport, use the SSE endpoint via mcp-remote:
{
"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)