Loading...
Loading...
Setting up Model Context Protocol (MCP) integration between Blockbench and Claude AI for AI-assisted 3D modeling. Use when configuring BlockbenchMCP, connecting Claude to Blockbench, troubleshooting MCP connection issues, or enabling AI-powered model creation and manipulation.
npx skill4agent add z3nlotus/hytale-agent-skills blockbench-mcpnpm install -g pnpmgit clone https://github.com/enfp-dev-studio/blockbench-mcp.git
cd blockbench-mcp
pnpm install
pnpm buildcd apps/mcp-plugin
pnpm buildapps/mcp-plugin/dist/.mcp.jsone:\Hytale Modding\.mcp.json{
"mcpServers": {
"blockbench": {
"command": "node",
"args": [
"C:/path/to/blockbench-mcp/apps/mcp-server/dist/index.js"
]
}
}
}C:/path/to/blockbench-mcp%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"blockbench": {
"command": "node",
"args": [
"/path/to/blockbench-mcp/apps/mcp-server/dist/index.js"
]
}
}
}"Create a simple sword model with proper proportions"
"Add a crossguard to the existing sword model"
"Create a chest model with opening animation"
"Generate a pickaxe tool with different material variants"
"Show me the current model structure and elements"
"Create a character head with facial features"Claude AI ← MCP Protocol → MCP Server ← Socket.IO → Blockbench Pluginblockbench-mcp/
├── apps/
│ ├── mcp-server/ # MCP server (Node.js)
│ └── mcp-plugin/ # Blockbench plugin
└── packages/
└── shared/ # Shared TypeScript types| Issue | Solution |
|---|---|
| Connection issues | Ensure Blockbench plugin running, MCP server configured |
| Port conflicts | Port 9999 in use - close conflicting apps |
| Plugin not loading | Verify build successful, Blockbench version compatible |
| Command timeouts | Simplify requests, break into smaller steps |
| No tools in Antigravity | Check .mcp.json path is correct, restart Antigravity |
| No hammer icon in Claude Desktop | Restart Claude Desktop after config change |