- Home
- MCP servers
- Blockbench
Blockbench
- typescript
10
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"enfp-dev-studio-blockbench-mcp": {
"command": "node",
"args": [
"/path/to/blockbench-mcp/apps/mcp-server/dist/index.js"
]
}
}
}BlockbenchMCP connects Blockbench to Claude AI through the Model Context Protocol, enabling AI-assisted 3D modeling, texture creation, and block model manipulation with real-time feedback and a dedicated command history.
How to use
Set up the MCP server and connect Claude AI to Blockbench to enable two-way command handling. You will interact through Claude to issue modeling operations, then Blockbench executes them via the MCP server. You can create, modify, or delete block models, apply textures, and receive instant responses from Blockbench.
Available tools
connect
Establishes a live MCP connection between Blockbench and Claude AI, enabling two-way communication and command exchange.
history
Tracks and displays a chronological list of all MCP commands executed, providing real-time visibility into actions performed in Blockbench.
model_manipulation
Creates, updates, and deletes block models within Blockbench through MCP commands.
textures
Applies textures and materials to models as directed by Claude via MCP.
extensions
Extensible architecture that allows adding new tools and capabilities for MCP-enabled workflows.