jasonjgardner/blockbench-mcp-plugin
Adds MCP server to Blockbench
What it solves
This project enables AI assistants to interact directly with Blockbench, a 3D modeling software, allowing users to control the modeling process through AI-driven prompts.
How it works
It implements the Model Context Protocol (MCP), creating a server within Blockbench that AI clients (such as Claude Desktop, VS Code, Cline, or Ollama) can connect to. Once connected, the AI can use the tools and resources provided by the plugin to manipulate the 3D models.
Who it’s for
3D artists and developers using Blockbench who want to automate modeling tasks or use AI agents to assist in creating 3D assets.
Highlights
- Supports a wide range of MCP-compatible clients including Claude Desktop, VS Code, Cline, and Ollama.
- Integrates directly into the Blockbench desktop application via a plugin.
- Allows for the orchestration of tool usage through Agent Skills.
Related
- Project
ServiceNow/PipelineRLA scalable asynchronous reinforcement learning framework for LLM agents that uses in-flight weight updates to maximize GPU utilization while maintaining on-policy data freshness.
- Project
wmayner/pyphiA Python platform for research in Integrated Information Theory (IIT) that computes integrated information (Φ) and the cause-effect structure of interacting systems.
- Project
juj/wasm_webgpuAn Emscripten system library that provides a 1:1 C/C++ mapping to the browser's WebGPU API, enabling high-performance, low-overhead graphics and compute in WebAssembly.
- Project
vllm-project/tpu-inferencevLLM TPU is an open‑source plugin that lets you run PyTorch or JAX LLMs on Google TPUs using the same vLLM interface. It supports high‑performance features (async scheduling, KV‑cache offload, LoRA, speculative decoding, etc.) and is tested on many top models such as Gemma‑4, Llama‑3.1, and Qwen 3. Recommended TPUs are v7x, v5e, and v6e. The project provides quick‑start docs, a support matrix, and an active community for contributors.