Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Blockbench Mcp Plugin

    Adds MCP server to Blockbench

    16 stars
    TypeScript
    Updated Oct 13, 2025
    blockbench
    mcp-server

    Table of Contents

    • Plugin Installation
    • Model Context Protocol Server
    • Installation
    • VS Code
    • Claude Desktop
    • Claude Code
    • Antigravity
    • Cline
    • Ollama
    • OpenCode
    • Usage
    • Skills
    • Plugin Development

    Table of Contents

    • Plugin Installation
    • Model Context Protocol Server
    • Installation
    • VS Code
    • Claude Desktop
    • Claude Code
    • Antigravity
    • Cline
    • Ollama
    • OpenCode
    • Usage
    • Skills
    • Plugin Development

    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

    VS Code

    **.vscode/mcp.json**

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

    Claude Desktop

    **claude_desktop_config.json**

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

    Claude Code

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

    Antigravity

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

    Cline

    **cline_mcp_settings.json**

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

    Ollama

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

    Recommended: jonigl/mcp-client-for-ollama

    OpenCode

    bash
    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.

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k