j4flmao/go_blender_mcp
Lightweight Blender MCP server in Go (one binary) + Blender bridge add-on, npm-wrapped for npx. .
Platform-specific configuration:
{
"mcpServers": {
"go_blender_mcp": {
"command": "npx",
"args": [
"-y",
"go_blender_mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@j4flmao/go_blender_mcp)
Lightweight Model Context Protocol server for Blender written in Go, wrapped for npm distribution. One binary, minimal context, optional integrations (Poly Haven, Hyper3D, Sketchfab, Hunyuan) controlled via UI or env flags.
blender-mcp-godist/, launcher at npm/bin/blender-mcp-go.jsInspired by and referencing BlenderMCP (Python) project — see “References”.
npm run build:win-x64npm run build:linux-x64npm run build:darwin-arm64npm run build:allclaude_desktop_config.json) — Recommended (npx):{
"mcpServers": {
"blender": {
"command": "npx",
"args": ["@j4flmao/go_blender_mcp"],
"env": { }
}
}
}Restart Claude Desktop after editing.
Alternative (absolute path to binary):
Loading reviews...