blender-render-mcp
by gongfan99
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | HTTP listen port inside the container. | 8080 |
| JOB_STORAGE_DIR | No | Local directory for uploaded projects, progress, logs, and render results. Defaults to a system temp directory with a 'blender-mcp-jobs' subdirectory. | |
| MCP_BEARER_TOKEN | No | Optional bearer token; when set, requires Authorization: Bearer <token>. Unset means open access. | |
| BLENDER_EXECUTABLE | No | Path to the Blender executable. | /home/headless/blender/blender |
| MAX_RENDER_SECONDS | No | Maximum duration of one render process. | 1800 |
| JOB_RETENTION_SECONDS | No | Time completed and failed jobs remain available before cleanup. | 86400 |
| MAX_ACTIVE_RENDER_JOBS | No | Maximum queued and running jobs. Completed jobs do not count toward this limit. | 4 |
| CLOUDFLARE_TUNNEL_TOKEN | No | Token for the remotely managed Cloudflare Tunnel; when set, starts cloudflared in this container. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues