nousresearch/blender
v0.1.0MIT
Connect Hermes to the official Blender Lab MCP server and load a Blender workflow skill. Blender 5.1+ and its MCP add-on must be configured separately.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
blenderstdio
{
"type": "stdio",
"command": "uv",
"args": [
"tool",
"run",
"--from",
"git+https://projects.blender.org/lab/blender_mcp.git@2cea8d566dde07fbac28a61d698909d69724e853#subdirectory=mcp",
"blender-mcp",
"--transport",
"stdio"
],
"env": {
"BLENDER_MCP_HOST": "127.0.0.1",
"BLENDER_MCP_PORT": "9876"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "blender",
"version": "0.1.0",
"description": "Connect Hermes to the official Blender Lab MCP server and load a Blender workflow skill. Blender 5.1+ and its MCP add-on must be configured separately.",
"author": {"name": "Nous Research"},
"repository": "https://github.com/NousResearch/hermes-plugin-blender",
"license": "MIT",
"keywords": ["blender", "mcp", "3d", "local"]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE