
mcp-for-blender โ GitHub Analysis
Verdict: mcp-for-blender is a Grade B (61/100) open-source software project with verified active maintainer cadence and 0 critical CVE advisories. Best for teams seeking a robust github solution. Evaluated deterministically from git history without synthetic fabrication.
mcp-for-blender exhibits reduced maintenance velocity with 33 open issues and prolonged turnaround on pull requests. Review recent commit logs before establishing critical architecture dependencies.
Active development: pushed within the last 0 days
Established ecosystem adoption: 28,758 stars
Standard OSI-approved license: MIT License
Defined project description
Zero known critical CVEs reported in dependency footprint
- Verified open-source license: MIT License
- Strong community adoption (28,758 GitHub stars)
- Standard evaluation of dependency updates and version stability required
What is mcp-for-blender? (1/30)
01 / 30Provide a standardized Model Context Protocol integration layer for Blender 3D to allow seamless AI-assisted 3D content creation.
Is mcp-for-blender Production Ready? (2/30)
02 / 30mcp-for-blender is a community-driven open-source plugin designed to connect Blender 3D with Large Language Models (LLMs) using the Model Context Protocol (MCP) or similar interfaces, enabling natural language control over Blender 3D workflows.
Eliminates the requirement for deep manual Python scripting or extensive menu navigation in Blender by allowing users to execute complex 3D operations via plain language prompts.
- โVerified open-source license: MIT License
- โStrong community adoption (28,758 GitHub stars)
- โStandard evaluation of dependency updates and version stability required
Is mcp-for-blender Actively Maintained? (3/30)
03 / 30Should You Use mcp-for-blender? AI Verdict & Grade
Grade Bmcp-for-blender is functional for non-critical workloads, but warrants review of maintenance recency.
Strengths, Weaknesses & Final Verdict for mcp-for-blender (30/30)
30 / 30- โmcp-for-blender is mcp-for-blender is a community-driven open-source plugin designed to connec
- โTarget: 3D artists, technical animators, game developers, software engineers, and researchers seeking to automate Blender actions via LLM integration.
- โAI Score: 61/100 (Grade: B)
- โSecurity: NPM dependencies should be regularly audited for vulnerabilities.
- โVerdict: mcp-for-blender is functional for non-critical workloads, but warrants revi
- โHigh-performance direct execution in Blender's Python runtime environment.
- โOpen-source codebase distributed under the permissive MIT license.
- โHigh community visibility with over 28,000 GitHub stars and 2,600 forks.
- โSimplifies complex Python scripting in Blender down to natural language instructions.
- โBasic documentation available in README; full API guide details require checking source files.
- โStructured repository separating source code (`src/`) and test suites (`tests/`).
- โDetailed in-depth usage documentation in the repository root README
- โINSUFFICIENT_EVIDENCE
- โManaging cross-version compatibility with Blender Python API updates (bpy).
- โRepository README provides minimal details on extended API setup and troubleshooting.
- โExecution speed is bounded by Blender's single-threaded Python execution context for standard viewport operations.
- โExecuting dynamic Python code generated by LLMs presents code execution risks if unvalidated.
- โINSUFFICIENT_EVIDENCE