Back to Browse

Ellmos Blender Use MCP Server

Developer ToolsModerate6.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Headless Blender asset QA over MCP: background script runs and FBX reimport verification.

About

Headless Blender asset QA over MCP: background script runs and FBX reimport verification.

Security Report

6.8
Moderate6.8Moderate Risk

This is a well-designed MCP server for headless Blender asset verification with appropriate security controls. The codebase demonstrates good practices: process timeout enforcement, bounded output capture, proper input validation via Zod, and explicit rejection of telemetry/remote access. The server's purpose aligns well with its permissions (file I/O, process spawning). One hardcoded Windows path exists but is a local development default, not a credential leak. Minor code quality notes do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

optional path to the Blender executable. Without it, tools try the explicit blenderPath argument, then BLENDER_EXE, then a verified local Windows default, then PATH.Required

Environment variable: BLENDER_EXE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ellmos-ai-ellmos-blender-use-mcp": {
      "env": {
        "BLENDER_EXE": "your-blender-exe-here"
      },
      "args": [
        "-y",
        "ellmos-blender-use-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!