MCP Directory
Back

blender-mcp

by ahujasid · Python · ★ 23,243

Open-source MCP to use Blender with any LLM

Install

pip install git+https://github.com/ahujasid/blender-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "blender-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ahujasid/blender-mcp.git"
      ]
    }
  }
}

From the README

BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation. **[Official website](https://blendermcp.org/)** [Full tutorial](https://www.youtube.com/watch?v=lCyQ717DuzQ) Give feedback, get inspired, and build on top of the MCP: [Discord](https://discord.gg/z5apgR8TFU) [CodeRabbit](https://www.coderabbit.ai/) **All supporters:** [Support this project](https://github.com/sponsors/ahujasid) For the current version and c…
Read full README on GitHub →

Related ai & ml servers