Overview
what is blender-mcp?
blender-mcp is a server that allows you to run Python code within the Blender environment, enabling developers to automate tasks and enhance their workflows.
how to use blender-mcp?
To use blender-mcp, you need to set up the MCP server and run the provided command to execute your Python scripts in Blender. For example:
uvx --from https://github.com/rectalogic/blender-mcp.git blender-mcp --blender-path /Applications/Blender.app/Contents/MacOS/Blender
key features of blender-mcp?
- Integration with Blender for executing Python scripts
- Supports automation of tasks within Blender
- Easy setup and usage with command-line interface
use cases of blender-mcp?
- Automating repetitive tasks in Blender
- Running custom scripts for 3D modeling and animation
- Enhancing Blender's functionality with additional Python code
FAQ from blender-mcp?
- Can I run any Python script in Blender using this tool?
Yes! You can run any compatible Python script that works within the Blender environment.
- Is there a specific version of Blender required?
Make sure to use the version specified in the documentation for compatibility.
- Is blender-mcp free to use?
Yes! It is open-source and free to use.