MCP Server

Model Context Protocol server for OctaneRender documentation and Lua API

Endpoint: https://octane-mcp-staging.otoy.ai/sse

Setup Instructions

Claude Code (CLI)

Add to your ~/.claude/settings.json:

{
  "mcpServers": {
    "octanerender": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://octane-mcp-staging.otoy.ai/sse"]
    }
  }
}

Claude Desktop

Add to your Claude Desktop config file:

{
  "mcpServers": {
    "octanerender": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://octane-mcp-staging.otoy.ai/sse"]
    }
  }
}

Cursor

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"]
    }
  }
}

Available Tools

Documentation Search

Lua API Reference

Example Scripts

Lua API Version

Octane 2026.1 (exported 2025-12-17 23:34:53)

OTOY Inc. | OctaneRender Documentation