Blender 3D Modeling
БесплатноНе проверенIntegrates with Blender's 3D modeling and rendering engine to enable file management, object creation and manipulation, transformations, distance calculations,
Описание
Integrates with Blender's 3D modeling and rendering engine to enable file management, object creation and manipulation, transformations, distance calculations, and export to glTF/GLB formats with point cloud processing capabilities.
README
File Management Load a Blender file
load_file(filepath: str) -> strLoad a .blend file into Blender.Save the current Blender file
save_file(filepath: str) -> strSave the current scene to a specified path.Object Creation Create a cube
create_cube(name: str) -> strCreate a sphere
create_sphere(name: str) -> strList all objects
list_objects() -> list[str]Returns names of all objects in the scene.Object Manipulation Move an object
move_object(object_id: str, x: float, y: float, z: float) -> strRotate an object
rotate_object(object_id: str, rx: float, ry: float, rz: float) -> strRotates the object by Euler angles (radians).Compute distance between two objects
distance_between(obj1_id: str, obj2_id: str) -> floatExport Export to glTF
export_gltf(filepath: str, objects: list[str] = None) -> strExports selected or all objects to a .glb/.gltf file.Export to point cloud
gltf_to_pointcloud(gltf_path: str, ply_path: str, num_points: int = 10000, include_interior: bool = False) -> strConverts a GLTF/GLB mesh to a PLY point cloud. include_interior=True samples points inside the mesh volume. num_points controls the number of points sampled.Set camera focal length. Tweaks focal length of a camera
set_camera_focal_length(focal_length_mm: float):Renders the image to png
def render_image(output_path: str):
Установка Blender 3D Modeling
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/barosandu/blender-mcp-yongFAQ
Blender 3D Modeling MCP бесплатный?
Да, Blender 3D Modeling MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Blender 3D Modeling?
Нет, Blender 3D Modeling работает без API-ключей и переменных окружения.
Blender 3D Modeling — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Blender 3D Modeling в Claude Desktop, Claude Code или Cursor?
Открой Blender 3D Modeling на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Blender 3D Modeling with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
