Best for
- 3D modelers using the desktop version of Blockbench
- Developers who want MCP clients wired into their local modeling environment
- Users adding AI assistance to a Blockbench workflow
Blockbench MCP delivers a local MCP server to Blockbench as a plugin, with README config examples for VS Code, Claude Desktop, Claude Code, Cline, Ollama, OpenCode, and Antigravity, under GPL-3.0. It suits users who want AI clients connected to a local modeling environment, but the README does not enumerate specific tools and it is not an official product.
Blockbench MCP is a Blockbench plugin that runs an MCP server inside Blockbench, letting MCP-capable AI clients connect over HTTP to the local Blockbench instance. The plugin is installed by loading it from a URL, and the server port and endpoint are configured in Blockbench under Settings > General, with a default of :3000/bb-mcp. The README also mentions using Agent Skills to orchestrate tool usage and links to a sample project.
{
"mcpServers": {
"blockbench": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://localhost:3000/bb-mcp"]
}
}
}