Blender AI MCP Server

Blender modeling operations executed via validated tool contracts instead of raw scripts.

Data last scanned yesterday · Reviewed today

3050PythonApache-2.0

Overview

Blender AI MCP Server replaces unreliable raw Python script generation with a structured tool API for 3D modeling tasks. By utilizing predefined tools for inspection, measurement, and assertion, it ensures that AI clients interact with the Blender environment through stable, validated parameters rather than unpredictable code synthesis. The server features a goal-first orchestration pattern, allowing users to define high-level objectives before executing low-level operations. This approach limits the exposure of the entire Blender runtime to the AI, maintaining a smaller surface area for operations and utilizing internal logic to handle execution on the Blender main thread.

Our verdict

This server receives a security score of 30/100, resulting in a high-risk classification. The score reflects its nature as a community-maintained project rather than an official vendor release and the current absence of editorial security reviews. Potential users should be aware that the lack of verified authentication and read-only mode assessments necessitates cautious deployment in sensitive production environments.

  • Uses stable tool contracts instead of generating raw bpy scripts.
  • Implements goal-first routing for better task orchestration.
  • Zero direct dependencies reduce the supply-chain surface area.
  • Provides verification tools for inspecting the state of 3D scenes.
  • Community-maintained project lacking official vendor oversight.
  • Authentication methods have not undergone independent security review.
  • Read-only mode implementation status remains unverified.
  • Low bus factor with only a single contributor.

Compatibility

No compatibility data yet.

Badge

Blender AI MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.