MCP server + Blockbench plugin bridge: control Blockbench (3D modeling, cubes) from AI assistants via Model Context Protocol
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"blockbench-mcp": {
"command": "npx",
"args": [
"-y",
"Golub4ik-Official/blockbench-mcp"
]
}
}
}
Run in terminal:
claude mcp add blockbench-mcp npx -y Golub4ik-Official/blockbench-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"blockbench-mcp": {
"command": "npx",
"args": [
"-y",
"Golub4ik-Official/blockbench-mcp"
]
}
}
}