blockbench-mcp

Golub4ik-Official/blockbench-mcp
★ 0 stars TypeScript AI/LLM Updated 6d ago
MCP server + Blockbench plugin bridge: control Blockbench (3D modeling, cubes) from AI assistants via Model Context Protocol
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}