BlockbenchMCP
Connects Claude AI to Blockbench through Model Context Protocol, enabling AI-assisted 3D modeling, texture creation, and block model manipulation with real-time command execution and feedback.
README
BlockbenchMCP - Blockbench Model Context Protocol Integration
BlockbenchMCP connects Blockbench to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blockbench. This integration enables AI-assisted 3D modeling, texture creation, and block model manipulation.
š Features
- Two-way communication: Connect Claude AI to Blockbench through a socket-based server
- Real-time command tracking: Monitor all MCP commands with a dedicated history panel
- Model manipulation: Create, modify, and delete block models in Blockbench
- Live feedback: Get instant responses from Blockbench operations
- Extensible architecture: Easy to add new tools and capabilities
šļø Components
The system consists of two main components:
- Blockbench Plugin (
apps/mcp-plugin): A Blockbench plugin that creates a socket server within Blockbench to receive and execute commands - MCP Server (
apps/mcp-server): A Node.js server that implements the Model Context Protocol and connects to the Blockbench plugin
š¦ Project Structure
blockbench-mcp/
āāā apps/
ā āāā mcp-server/ # MCP server implementation
ā āāā mcp-plugin/ # Blockbench plugin
āāā packages/
āāā shared/ # Shared TypeScript types
ļæ½ļø Installation
Prerequisites
- Blockbench 4.0 or newer
- Node.js 18.0 or newer
- pnpm package manager
Install pnpm if you haven't already:
npm install -g pnpm
1. Clone and Setup
git clone https://github.com/enfpdev/blockbench-mcp.git
cd blockbench-mcp
pnpm install
2. Build the Project
pnpm build
3. Install the Blockbench Plugin
- Build the plugin:
cd apps/mcp-plugin && pnpm build - Open Blockbench
- Go to File > Plugins > Load Plugin from File
- Select the built plugin file from
apps/mcp-plugin/dist/ - Enable the plugin by checking the box next to "MCP Plugin"
4. Claude Desktop Integration
Add the following to your Claude Desktop configuration file:
Location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Configuration:
{
"mcpServers": {
"blockbench": {
"command": "node",
"args": [
"/path/to/blockbench-mcp/apps/mcp-server/dist/index.js"
]
}
}
}
š® Usage
Starting the Connection
- In Blockbench, open the plugin panel (if not visible, go to View > Panels)
- Find the "MCP Plugin" panel
- Click "Connect to MCP Server"
- The plugin will start listening on port 9999
Using with Claude
Once the configuration is set in Claude Desktop and the plugin is running in Blockbench, you'll see a hammer icon with tools for Blockbench MCP.
Capabilities
- Get model and project information
- Create, delete, and modify block models
- Apply textures and materials
- Execute custom modeling operations
- Real-time command history tracking
Example Commands
Here are some examples of what you can ask Claude to do:
- "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"
š§ Development
Development Mode
# Start both server and plugin in development mode
pnpm dev
# Or start individually
cd apps/mcp-server && pnpm dev
cd apps/mcp-plugin && pnpm dev
Version Management
This project uses Changesets for version management:
# Record changes
pnpm changeset
# Update versions
pnpm version
# Build all packages
pnpm build
š Troubleshooting
- Connection issues: Make sure the Blockbench plugin is running and the MCP server is configured in Claude Desktop
- Port conflicts: The plugin uses port 9999 by default. Make sure no other application is using this port
- Plugin not loading: Verify that the plugin file is properly built and Blockbench version is compatible
- Command timeouts: Try simplifying your requests or breaking them into smaller steps
š§ Technical Details
Communication Protocol
The system uses Socket.IO for real-time communication between components:
- WebSocket connection on port 9999
- JSON-based commands with type and payload structure
- Event-driven architecture for responsive interactions
Architecture
Claude AI ā MCP Protocol ā MCP Server ā Socket.IO ā Blockbench Plugin
ā ļø Limitations & Security Considerations
- The plugin allows executing code within Blockbench, which can be powerful but potentially risky
- Always save your work before using experimental features
- Complex operations might need to be broken down into smaller steps
- Network communication happens over localhost only for security
š¤ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
ļæ½ License
This project is licensed under the MIT License - see the LICENSE file for details.
š Acknowledgments
- Inspired by BlenderMCP
- Built with the Model Context Protocol
- Thanks to the Blockbench community for the amazing 3D modeling tool
Disclaimer: This is a third-party integration and not officially affiliated with Blockbench.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.