1. Conduid
  2. Developer Tools
  3. Blockbench MCP Plugin
MCP server · Developer Tools

Blockbench MCP Plugin

Adds MCP server to Blockbench

Unclaimed GPL-3.0 last commit 6 months ago blockbenchmcp-serverdevtools
74Good

Scored 4 days ago · breakdown

About Blockbench MCP Plugin

Blockbench MCP Plugin is an MCP server published by jasonjgardner in the Developer Tools category: adds MCP server to Blockbench. It has been installed 0 times through Conduid.

The repository has 62 stars and 12 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx blockbench-mcp-plugin

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Blockbench MCP Plugin

Powered by Claude · Grounded in docs

I know everything about Blockbench MCP Plugin. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.6.1v1.6.1 · 3 Jul 2026What's Changed Increased default session timeout from 5 to 30 minutes. Enhanced session management and error handling for improved reliability. fix: Add session settings by @jasonjgardner in…
v1.6.0v1.6.0 · 23 May 2026What's Changed Remove environment protection from deploy job to enable tag deployments by @Copilot in https://github.com/jasonjgardner/blockbench-mcp-plugin/pull/35 feat: Add DeepWiki badge to CONTRIBUTING.md by @jasonjgardner in…
v1.5.0v1.5.0 · 16 Feb 2026New MCP Plugin Docs https://jasonjgardner.github.io/blockbench-mcp-plugin/ What's Changed feat: Armature tools feat: Validator resources feat(docs): Generated documentation site by @jasonjgardner in…
v1.4.2v1.4.2 · 2 Feb 2026What's Changed fix: Implement cleanup workflow for gh-pages by @jasonjgardner in https://github.com/jasonjgardner/blockbench-mcp-plugin/pull/26 feat(hytale): Add comprehensive model creation guide and tools for Hytale by @jasonjgardner in…
v1.4.0v1.4.0 · 17 Jan 2026What's Changed refactor: improve tool factory type safety and fix texture handling by @jasonjgardner in https://github.com/jasonjgardner/blockbench-mcp-plugin/pull/21 feat: Improve resources list by @jasonjgardner in…

README

Blockbench MCP

https://github.com/user-attachments/assets/ab1b7e63-b6f0-4d5b-85ab-79d328de31db

Plugin Installation

Open the desktop version of Blockbench, go to File > Plugins and click the "Load Plugin from URL" and paste in this URL:

https://jasonjgardner.github.io/blockbench-mcp-plugin/mcp.js

Model Context Protocol Server

Configure the MCP server under Blockbench settings: Settings > General > MCP Server Port and MCP Server Endpoint

The following examples use the default values of :3000/bb-mcp

Installation

VS Code

.vscode/mcp.json

{
  "servers": {
    "blockbench": {
      "url": "http://localhost:3000/bb-mcp",
      "type": "http"
    }
  }
}

Claude Desktop

claude_desktop_config.json

{
  "mcpServers": {
    "blockbench": {
      "command": "npx",
      "args": ["mcp-remote", "http://localhost:3000/bb-mcp"]
    }
  }
}

Claude Code

claude mcp add blockbench --transport http http://localhost:3000/bb-mcp

Antigravity

{
  "mcpServers": {
    "blockbench": {
      "serverUrl": "http://localhost:3000/bb-mcp"
    }
  }
}

Cline

cline_mcp_settings.json

{
  "mcpServers": {
    "blockbench": {
      "url": "http://localhost:3000/bb-mcp",
      "type": "streamableHttp",
      "disabled": false,
      "autoApprove": []
    }
  }
}

Ollama

uvx ollmcp -u http://localhost:3000/bb-mcp

Recommended: jonigl/mcp-client-for-ollama

OpenCode

opencode mcp add

Usage

See sample project for prompt examples.

Skills

Use Agent Skills to orchestrate tool usage.

Plugin Development

See CONTRIBUTING.md for detailed instructions on setting up the development environment and how to add new tools, resources, and prompts.

README mirrored from the source repository 4 days ago. The original is authoritative.

Questions

About Blockbench MCP Plugin

How do I install Blockbench MCP Plugin?

Run npx blockbench-mcp-plugin, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Blockbench MCP Plugin safe to use with an AI agent?

Its trust score is 74 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Blockbench MCP Plugin still maintained?

Yes — the latest release is v1.6.1 (3 Jul 2026), and the last commit was 6 months ago. The repository has 62 stars and 0 open issues.