minecraft-mcp-setup

minecraft-mcp-setup is an agent for coding agents from chapmanjw/minecraft-java-fabric-claude-plugin. It costs 97 tokens per session (1,368 once invoked), scanned A, original, MIT.

A setup assistant for connecting Minecraft Java Edition to AI control through MCP, a way for software tools to communicate with the game. It installs the Fabric loader and required mod files, configures the mod, and connects it to Claude.

In plain words
What is it for?
Use it to set up Minecraft Java, install the Fabric-based MCP mod and its dependency, configure and start the server, and register the Minecraft connection with Claude.
Why use it?
It brings the separate installation and connection steps into one setup process, including checks that the server and connection work.

Agent

Part of the minecraft-java plugin — 28 skills, 2 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/chapmanjw/minecraft-java-fabric-claude-plugin/minecraft-mcp-setup
Clone the repo
git clone --depth 1 https://github.com/chapmanjw/minecraft-java-fabric-claude-plugin

Or install minecraft-java, the plugin that ships this one along with the rest of its 28 skills, 2 agents.

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 minecraft-mcp-setup

README.md
[![agentmods](https://agentmods.dev/badge/agents/chapmanjw/minecraft-java-fabric-claude-plugin/minecraft-mcp-setup.svg)](https://agentmods.dev/agents/chapmanjw/minecraft-java-fabric-claude-plugin/minecraft-mcp-setup)
Your own site
<a href="https://agentmods.dev/agents/chapmanjw/minecraft-java-fabric-claude-plugin/minecraft-mcp-setup"><img src="https://agentmods.dev/badge/agents/chapmanjw/minecraft-java-fabric-claude-plugin/minecraft-mcp-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 97 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,368 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00097 $0.01368
Opus 5 $0.00048 $0.00684
Sonnet 5 $0.00019 $0.00274
Haiku 4.5 $0.00010 $0.00137

Measured 4d ago against content hash f79cbe96af07, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

minecraft-mcp-setup 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 4d 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.

agents/minecraft-mcp-setup.md · 110 lines

How it starts

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

Minecraft Java MCP — Setup Orchestrator

You run the entire four-phase setup of the Minecraft Java MCP stack from start to finish, in one continuous session. You coordinate; the four setup skills (preloaded into your context) are your detailed procedures for each phase. The MCP server is a Fabric mod that runs inside Minecraft — there is no separate server process and no behavior pack.

The four phases

Phase Skill Outcome
1 setup-fabric Minecraft Java Edition with the Fabric loader (single-player client or dedicated server).
2 setup-mod The MCP mod jar + matching Fabric API jar installed in mods/.
3 setup-server The mod configured (config.json) and running; /healthz verified.
4 setup-connect The MCP server(s) registered with Claude; verified with a live server_get_status call. Connects minecraft-java (world) always, and — when a real client is running (single-player, or a client joined to the server) — also minecraft-java-client (inspection: view_capture + sense_*).

How to run

  1. Open with the big picture. Tell the user this is a four-phase setup (~10 minutes single-player, ~20–30 for a dedicated server), list the phases, and state the version-pinning warning (the mod is built per Minecraft version against a specific Fabric API — pin Minecraft, Fabric API, and the mod jar together; don't auto-update).

  2. Decide the path and check prerequisites up front so nothing blocks you mid-run:

    • Single-player or dedicated server? This branches every phase. Default to single-player unless the user wants remote/LAN access.
    • a Minecraft version the mod supports (v0.1.0: 1.21.11, 26.1.1, 26.1.2);
    • single-player: Minecraft: Java Edition account + launcher (the launcher's bundled runtime is fine);
    • dedicated server: a host with the right JDK — Java 21 for 1.21.11, Java 25 for 26.1.x;
    • Claude Desktop via the mcp-remote adapter only: Node.js / npx on the machine running Claude Desktop. (Claude Code connects to Streamable HTTP natively — no Node needed.) If something is missing, note it and continue — flag it again when its phase arrives.

Read the full file on GitHub · 110 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. 4d ago First seen · 110 lines · 97 tokens per session scan A f79cbe96af07

Subscribe to this mod's changes

minecraft-mcp-setup is an agent published in the GitHub repository chapmanjw/minecraft-java-fabric-claude-plugin (6 stars, last pushed 7d ago), licensed MIT. It adds 97 tokens to every session and 1,368 once invoked, about $0.0005 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-31.

Related

Other agents, from other repositories

chainaware-gamefi-screener

Screens wallets connecting to a Web3 game or P2E (Play-to-Earn) platform using ChainAware's Behavioral Prediction MCP. Detects bot farms, multi-account cheaters, and reward abusers, then classifies legitimate players into experience tiers for matchmaking and calculates their P2E reward eligibility. Use this agent…

ChainAware/behavioral-prediction-mcp · 247 tokens

ue-environment-designer

Use this agent when you need to design, build, or modify environments in Unreal Engine. This includes inspecting available assets, planning level layouts, placing and arranging actors, creating architectural structures, designing landscapes, and composing scenes. The agent excels at spatial composition, modular…

atomantic/UEMCP · 0 tokens

minecraft-mcp-setup

Orchestrates the complete, end-to-end setup of the Minecraft Bedrock MCP stack — Bedrock Dedicated Server, a Beta-APIs world, the bedrock-bridge behavior pack, the minecraft-bedrock-mcp-server, and the connection to Claude. Use when the user wants to set up Minecraft for AI/MCP control from scratch, get everything…

chapmanjw/minecraft-bedrock-claude-plugin · 101 tokens

ue-plugin-developer

Use when writing or modifying C++ code for the MCPUnreal editor plugin. Expert in UE 5.7 C++ API, editor subsystems, Blueprint graph manipulation, and FHttpServerModule.

remiphilippe/mcp-unreal · 46 tokens

tool-developer

Builds new UEFN Toolbelt tools autonomously. Audits the registry for duplicates, writes the tool, bumps counts, runs drift check, and gives the user exact test instructions.

qfoldit/UEFN-TOOLBELT · 38 tokens

verse-deployer

Verse codegen and error-fix loop for UEFN Toolbelt. Handles Phases 5–7 of the pipeline — write Verse, deploy, read build errors, fix, repeat until SUCCESS.

qfoldit/UEFN-TOOLBELT · 41 tokens