MCP.so
Sign In
Servers

Blockbench MCP

@jasonjgardner

Adds MCP server to Blockbench

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "blockbench-mcp-plugin": {
      "command": "npx",
      "args": [
        "mcp-add",
        "--type",
        "http",
        "--url",
        "http://localhost:3000/bb-mcp",
        "--scope",
        "project"
      ]
    }
  }
}

More from Developer Tools