blockbench-mcp-plugin
Adds MCP server to Blockbench
Documentation
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
General
npx mcp-add --type http --url "http://localhost:3000/bb-mcp" --scope projectVS 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-mcpAntigravity
{
"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-mcpRecommended: jonigl/mcp-client-for-ollama
OpenCode
opencode mcp addUsage
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.
Frequently asked questions
What is blockbench-mcp-plugin?
blockbench-mcp-plugin is Adds MCP server to Blockbench
How do I install blockbench-mcp-plugin?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is blockbench-mcp-plugin open source?
Yes — it is hosted on GitHub at https://github.com/jasonjgardner/blockbench-mcp-plugin and has 16 stars.
Related MCP tools
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Ag...
The official TypeScript SDK for Model Context Protocol servers and clients Trusted by 10500+ developers. Trusted by 10500+ developers.
Visual testing tool for MCP servers TypeScript-based implementation. Trusted by 7300+ developers. Trusted by 7300+ developers.
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic TypeScript-based implementation.
🤖 A visualization mcp contains 25+ visual charts using @antvis. Using for chart generation and data analysis. TypeScript-based implementation.
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices) TypeScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP