BMCP
БесплатноНе проверенEnables AI to control Blender 3D through the Model Context Protocol, allowing Python execution, scene state queries, and automation of 3D workflows.
Описание
Enables AI to control Blender 3D through the Model Context Protocol, allowing Python execution, scene state queries, and automation of 3D workflows.
README
Control Blender through AI using the Model Context Protocol (MCP).
Features
- Execute Python code directly in Blender
- Query scene state and object properties
- Access real-time context (selected objects, active nodes, etc.)
- Use built-in prompts for common workflows (e.g., explain geometry nodes)
- Automate 3D workflows with AI assistance
- No Python installation required for stdio (uses Blender's built-in Python)
Setup
- Install the bMCP extension in Blender (4.2+)
- Open Blender Preferences → Add-ons → bMCP
- Choose your transport tab and click "Copy Configuration"
- Paste into your client's MCP config file
- Start the server: Blender → MCP menu → Start Server
Transport Options
Streamable HTTP (Recommended)
Single endpoint using the MCP 2025-11-25 protocol. Works with most modern MCP clients.
{
"mcpServers": {
"blender": {
"url": "http://localhost:12097/mcp"
}
}
}
Use with: Claude Code, Cursor, Windsurf
SSE (Legacy)
For older MCP clients that only support Server-Sent Events.
{
"mcpServers": {
"blender": {
"url": "http://localhost:12097/sse"
}
}
}
Use with: LM Studio, legacy MCP clients
Stdio
Bridges stdin/stdout clients to the HTTP server using Blender's bundled Python.
{
"mcpServers": {
"blender": {
"command": "/path/to/blender/python",
"args": ["-m", "bmcp.transport.stdio", "--port", "12097"],
"env": {
"PYTHONPATH": "/path/to/bmcp/wheels/bmcp-1.0.0-py3-none-any.whl"
}
}
}
}
The exact paths are filled in automatically when you use Copy Configuration in the addon preferences.
Use with: Claude Desktop
Security
- Localhost only by default — only
127.0.0.1connections accepted - Optional authentication token (Bearer header) for all connections
- Network access can be enabled in preferences, which forces auth on and binds to
0.0.0.0
License
GPL-3.0
Установка BMCP
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/niewinny/bMCPFAQ
BMCP MCP бесплатный?
Да, BMCP MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для BMCP?
Нет, BMCP работает без API-ключей и переменных окружения.
BMCP — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить BMCP в Claude Desktop, Claude Code или Cursor?
Открой BMCP на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare BMCP with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
