
MCP-Blender
Enables Claude AI to directly interact with and control Blender for rapid, natural language-based 3D modeling. Supports parametric design and relational design through direct Blender integration.
README
MCP-Blender
MCP Server for Blender
- Blender MCP Server는 Model Context Protocol로 Blender와 Claude AI에 연결.
- Claude가 Blender와 직접 상호 작용하고 제어하여
- 신속하고 자연 기반으로 3D 모델링을 가능하게 하며,
- Parametric Design, Ralational Design이 가능하도록 합니다. (향후 Blender외 CATIA, SoildWorks용 MCP-Server 예정임)
1. Functions
- MCP를 사용한 CAD SW인 Blender와 연결
- Belnder에서 Model 생성
- Blender에서 tempoary code 수행
2. 필요 사항
- Blender (3.5이상)
- Claude ai
- Python (3.10이상)
- UV Package
3. 설치 Step #1: UV Package
- UV and UVX
pip install uv
- https://docs.astral.sh/uv/getting-started/installation/#__tabbed_1_2 참조 "
- 설치 확인
uv --version
uvx --version
- 설치 경로 확인
- 만약 가상환경에 설치 되었다면 가능한 Full path를 지정해주는 방법 권장
# 설치 경로 확인
where uvx
- Repository clone 또는 다운로드하기
git clone https://github.com/piolla/mcp-blend
cd mcp-blend
4. 설치 Step #2 : Blender Add-ons
- 'blender_addon.py' download
- Blender 실행
- Edit -> Preferences -> Add-ons -> Inrell Add-on -> blender_addon.py(download위치)
- -> 'Interface: Blender MCP' checkbox check(Activation)
5. 설치 Step #3 : Claude ai
- Claude ai open
- 파일 -> 설정 -> 개발자 -> 설정 편집 -> 파일 탐색기에서 'claude_desktop_config.json' 파일 수정
- claude_desktop_config.json (아래 참조하여 수정 )
{
"mcpServers":
{
"Blender":
{
"command": "D:\\Anaconda\\envs\\aria\\Scripts\\uvx.exe",
"args": ["blender-mcp" ]
}
}
}
- claude 종료하고 다시 실행하기
- claude 종료는 파일 메뉴에서 종료
- claude 실행하여 연결 확인
제한 사항 및 보안 고려 사항
- 블렌더 버젼 변경등으로 실행 않될 수 있음. 또한 임의의 Python 코드를 실행할 수 있으며,
- 잠재적 위험할 수도 있음.
- 사용하지 않을 경우 블렌더 Edit에서 blender MCP ql 비 활성화 하세요.
- blender_addon.py는 Siddharth(https://x.com/sidahuj) 님 작성 코드입니다(감사합니다)
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.