MCP Hub
Back to servers

Blender MCP

A Blender MCP server that enables real-time interaction with Blender via JSON commands over a TCP socket, allowing LLMs to control 3D scenes using natural language.

Stars
84
Forks
7
Updated
Aug 6, 2025
Validated
Jan 11, 2026

šŸŒ€ Blender MCP – Model Context Protocol server for Blender

Blender MCP is a plug-and-play server that lets any Large Language Model (LLM) interact with Blender in real time using structured JSON commands over a TCP socket. It enables natural language control of 3D scenes for professionals and beginners alike.


šŸš€ Features

  • šŸŽ® Real-time communication between Blender and LLMs
  • šŸ“¦ JSON over TCP for clean protocol structure
  • šŸ› ļø Full scene and object control from code
  • 🧠 LLM-agnostic — works with GPT, Claude, and even local models

šŸ“¦ Installation

  1. Clone the repository
git clone https://github.com/pranav-deshmukh/blender-mcp.git
cd blender-mcp
  1. Install Dependencies
pnpm install
  1. Start the MCP Server
node index.js

🌐 Website & Usage Documentation

Check out the live demo and documentation here:
šŸ”— https://blender-mcp-studio.vercel.app/

šŸ“ License

This project is licensed under the MIT License.

Reviews

No reviews yet

Sign in to write a review

Blender MCP — MCP Server | MCP Hub