MCP Directory
Back

blockbench-mcp-plugin

by jasonjgardner · TypeScript · ★ 244

Adds MCP server to Blockbench

#blockbench#mcp-server

Install

npx -y github:jasonjgardner/blockbench-mcp-plugin

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "blockbench-mcp-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "github:jasonjgardner/blockbench-mcp-plugin"
      ]
    }
  }
}

From the README

https://github.com/user-attachments/assets/ab1b7e63-b6f0-4d5b-85ab-79d328de31db 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](https://jasonjgardner.github.io/blockbench-mcp-plugin/mcp.js)** Configure the MCP server under Blockbench settings: **Settings** > **General** > **MCP Server Port** and **MCP Server Endpoint** The following examples use the default values of **** **** **** Recommended: [jonigl/mcp-client-for-ollama](https://github.com/jonig…
Read full README on GitHub →

Related other servers