About
Adds MCP server to Blockbench
README
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
General
npx mcp-add --type http --url "http://localhost:3000/bb-mcp" --scope project
VS Code
.vscode/mcp.json
{
"servers": {
"blockbench": {
"url": "http://localhost:3000/bb-mcp",
"type": "http"
}
}
}
Claude Desktop
claude_desktop_config.json (macOS/Linux)
{
"mcpServers": {
"blockbench": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://localhost:3000/bb-mcp"]
}
}
}
claude_desktop_config.json (Windows)
{
"mcpServers": {
"blockbench": {
"command": "cmd",
"args": ["/c", "npx", "-y", "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.
Installing Blockbench Mcp Plugin
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jasonjgardner/blockbench-mcp-pluginFAQ
Is Blockbench Mcp Plugin MCP free?
Yes, Blockbench Mcp Plugin MCP is free — one-click install via Unyly at no cost.
Does Blockbench Mcp Plugin need an API key?
No, Blockbench Mcp Plugin runs without API keys or environment variables.
Is Blockbench Mcp Plugin hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Blockbench Mcp Plugin in Claude Desktop, Claude Code or Cursor?
Open Blockbench Mcp Plugin on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Blockbench Mcp Plugin with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
