blockbench-mcp-project: Skill for Claude Code

.claude/skills/blockbench-mcp-overview/SKILL.md

blockbench-mcp-overview is a skill for Claude Code from jasonjgardner/blockbench-mcp-project. It costs 69 tokens per session (1,845 once invoked), scanned A, original, Apache-2.0.

A guide to using Blockbench through MCP, a way for an AI agent to call Blockbench actions. It covers 3D modeling, animation, cameras, textures, materials, UV mapping, and related project data.

In plain words
What is it for?
Use it to understand the full set of Blockbench integrations and plan tasks such as modeling, texturing, animation, camera control, or project inspection. It also describes the data sources available for projects, textures, and model nodes.
Why use it?
It explains how the available Blockbench tools fit together instead of treating each action separately. This helps an agent choose the right operations for a new project or workflow.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is jasonjgardner/blockbench-mcp-project's own configuration. It tells Claude Code how to work on blockbench-mcp-project itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything blockbench-mcp-project configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jasonjgardner/blockbench-mcp-project. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jasonjgardner/blockbench-mcp-project/main/.claude/skills/blockbench-mcp-overview/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jasonjgardner/blockbench-mcp-project

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for blockbench-mcp-overview

README.md
[![agentmods](https://agentmods.dev/badge/skills/jasonjgardner/blockbench-mcp-project/blockbench-mcp-overview/github.svg)](https://agentmods.dev/skills/jasonjgardner/blockbench-mcp-project/blockbench-mcp-overview)
Your own site
<a href="https://agentmods.dev/skills/jasonjgardner/blockbench-mcp-project/blockbench-mcp-overview"><img src="https://agentmods.dev/badge/skills/jasonjgardner/blockbench-mcp-project/blockbench-mcp-overview/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for blockbench-mcp-overview

Your own site · 80×15
<a href="https://agentmods.dev/skills/jasonjgardner/blockbench-mcp-project/blockbench-mcp-overview"><img src="https://agentmods.dev/badge/skills/jasonjgardner/blockbench-mcp-project/blockbench-mcp-overview.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,845 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 15 Feb 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.01845
Opus 5 $0.00034 $0.00923
Sonnet 5 $0.00014 $0.00369
Haiku 4.5 $0.00007 $0.00185

Measured 11d ago against content hash 4a8b104c3df9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

blockbench-mcp-overview scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/blockbench-mcp-overview/SKILL.md · 226 lines

How it starts

The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Blockbench MCP Overview

Complete guide to the Blockbench MCP server for AI-assisted 3D modeling.

What is Blockbench MCP?

An MCP server that exposes Blockbench functionality to AI agents through:

  • Tools: Actions that create, modify, or query the 3D model
  • Resources: Read-only data endpoints for model information
  • Prompts: Reusable guidance for specific workflows

Tool Categories

Domain Tools Purpose
Animation 7 Keyframes, rigs, curves, timeline
Camera 3 Screenshots, camera control
Cubes 2 Cube creation and modification
Elements 5 Groups, outliner, duplication
Import 1 GeoJSON import
Mesh 11 Spheres, cylinders, extrusion, vertices
Paint 12 Brushes, fill, shapes, layers
Texture 13 Textures, PBR materials
UI 4 Actions, evaluation, dialogs
UV 3 UV mapping
Hytale 12 Hytale-specific (requires plugin)

Resources

Resource URI Pattern Data
projects projects://{id} Project info, formats
textures textures://{id} Texture metadata
nodes nodes://{id} 3D node data
hytale-format hytale://format Hytale format info
hytale-attachments hytale://attachments/{id} Attachment collections
hytale-pieces hytale://pieces/{id} Attachment pieces
hytale-cubes hytale://cubes/{id} Hytale cube properties

Prompts

Prompt Purpose
blockbench_native_apis Blockbench v5.0 API security guide
blockbench_code_eval_safety Safe code evaluation patterns
model_creation_strategy Model creation guidance
hytale_model_creation Hytale modeling guide
hytale_animation_workflow Hytale animation guide
hytale_attachments Hytale attachments guide

Quick Start Workflows

Create a Simple Model

# 1. Create project
create_project: name="my_model", format="bedrock"

# 2. Create texture
create_texture: name="skin", width=64, height=64

# 3. Add bone structure
add_group: name="root", origin=[0, 0, 0]
add_group: name="body", parent="root", origin=[0, 12, 0]

# 4. Add geometry
place_cube: elements=[{name: "torso", from: [-4, 12, -2], to: [4, 24, 2]}], group="body"

# 5. Apply texture
apply_texture: id="torso", texture="skin"

# 6. View result
capture_screenshot

Read the full file on GitHub · 226 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 226 lines · 69 tokens per session scan A 4a8b104c3df9

Subscribe to this mod's changes

blockbench-mcp-overview is a skill published in the GitHub repository jasonjgardner/blockbench-mcp-project (15 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 69 tokens to every session and 1,845 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ashfox

Create, refine, animate, and visually review Minecraft-style block and pixel assets in the ashfox Web Workbench. Use for ashfox modeling and export preparation, not repository development or direct Blockbench editing.

sigee-min/ashfox · 44 tokens

blockbench-mcp-modeling

Build high-quality Minecraft / GeckoLib / Bedrock models, textures and animations in Blockbench through the BlockbenchMCP server (the mcpblockbench tools). Use whenever the user asks to create, model, texture, rig, retexture or animate a creature, character, mob, weapon, prop or item in Blockbench, wants to match a…

sosadly/blockbench-mcp · 150 tokens

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens