Blender
by ahujasid · AI & ML · mcp-server, python, api, pypi
Enables natural language control of Blender for 3D scene creation, manipulation, and rendering without requiring knowledge of Blender's interface or Python API.
BlenderMCP enables Claude to control Blender through the Model Context Protocol, allowing for natural language manipulation of 3D scenes. The implementation consists of a Blender addon that creates a socket server and an MCP server that communicates with it, exposing resources and tools for scene inspection, object creation/manipulation, material application, and rendering. Users can create and modify 3D content through conversational prompts without needing to know Blender's interface or Python API, making it ideal for rapid prototyping, educational purposes, or assisting users unfamiliar with 3D modeling software.
Source: https://github.com/ahujasid/blender-mcp
Install
uvx blender-mcpTags: mcp-server, python, api, pypi
⭐ 17,985 GitHub stars · Source: pulsemcp
About AI & ML MCP servers and Claude skills
AI & ML MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Blender is one of hundreds of AI & ML entries indexed on Skiln. Browse the full AI & ML category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related AI & ML MCPs and skills
- Trello by delorenj
Enables Trello board interactions for task and project management using the Trello REST API.
- Tree-sitter by wrale
Provides code analysis capabilities through tree-sitter parsing, enabling structured understanding and manipulation of source code across multiple programming languages for tasks like code review, refactoring, and documentation generation.
- Perplexity Research Assistant by dainfernalcoder
Integrates with Perplexity Sonar Pro API to provide real-time research assistance for developers, enabling efficient documentation retrieval, API discovery, and code analysis
- ImageSorcery by sunriseapps
Provides powerful image manipulation capabilities including resizing, cropping, object detection, OCR text extraction, and finding objects based on text descriptions using Python with OpenCV and Ultralytics
- Sequential Thinking Multi-Agent System by fradser
Orchestrates a team of specialized agents working in parallel to break down complex problems through structured thinking steps, enabling multi-disciplinary analysis with greater depth than single-agent approaches.
- Investor Agent (Financial Analysis) by ferdousbhai
Provides real-time financial analysis tools leveraging market data from yfinance and CNN's Fear & Greed Index for investment research, portfolio analysis, and market sentiment evaluation.
- Depyler by paiml
Python-to-Rust transpiler with analysis and verification tools
- DevTools Debugger by scriptedalchemy
Provides full Chrome DevTools Protocol debugging capabilities for Node.js applications with breakpoint management, stepping controls, call stack inspection, variable evaluation, and console output capture through a clean API interface.
Frequently asked questions
How do I install Blender?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Blender?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Blender free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.