Model Context Protocol server for OctaneRender documentation and Lua API
https://octane-mcp-staging.otoy.studio/mcphttps://octane-mcp-staging.otoy.studio/sse
In Settings, open Connectors > Add > Add custom connector and paste https://octane-mcp-staging.otoy.studio/mcp. Alternatively add the server to ~/Library/Application Support/Claude/claude_desktop_config.json and restart the app:
{
"mcpServers": {
"octanerender": {
"type": "http",
"url": "https://octane-mcp-staging.otoy.studio/mcp"
}
}
}
Add with the CLI (writes to ~/.claude.json):
claude mcp add --transport http octanerender https://octane-mcp-staging.otoy.studio/mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"octanerender": {
"type": "http",
"url": "https://octane-mcp-staging.otoy.studio/mcp"
}
}
}
Add to mcp.json:
{
"mcpServers": {
"octanerender": {
"type": "http",
"url": "https://octane-mcp-staging.otoy.studio/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.studio/sse"]
}
}
}
Octane 2026.1 (exported 2025-12-17 23:34:53)