Blender Open MCP allows AI agents to control Blender using natural language prompts. It exposes Blender's API through the Model Context Protocol, enabling agents to create, modify, and render 3D models. The server connects to Ollama for model inference and provides tools for scene manipulation, object creation, and animation. Developers use it to automate 3D content creation, generate assets from text, and integrate Blender into AI workflows.
Blender Open MCP allows AI agents to control Blender using natural language prompts. It exposes Blender's API through the Model Context Protocol, enabling agents to create, modify, and render 3D models. The server connects to Ollama for model inference and provides tools for scene manipulation, object creation, and animation. Developers use it to automate 3D content creation, generate assets from text, and integrate Blender into AI workflows.
pip install blender-open-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"dhakalnirajan-blender-open-mcp-github": {
"command": "uvx",
"args": [
"pip install blender-open-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from blender open mcp?"
No configuration required. This server works out of the box.
"What resources are available in blender open mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in blender open mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in blender open mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.