AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Setup Mod

skill-chapmanjw-minecraft-java-fabric-claude-plugin-setup-mod · by chapmanjw

>-

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-chapmanjw-minecraft-java-fabric-claude-plugin-setup-mod

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-chapmanjw-minecraft-java-fabric-claude-plugin-setup-mod)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Setup Mod? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Install the MCP mod + Fabric API (Step 2 of 4)

This is Phase 2 of the four-phase Minecraft Java MCP setup. It assumes Phase 1 (setup-fabric) is done: Fabric is installed and the mods/ folder exists. You should have, written down:

  • the chosen Minecraft version (e.g. 26.1.2);
  • the mods-folder path (single-player) or the `` root with its

mods/ folder (dedicated server).

If either is missing, get it before continuing. Work interactively — confirm each download before moving on.

What you're installing

The MCP server is delivered as a Fabric mod. It needs exactly two jars in mods/, both matching the same Minecraft version:

  1. The MCP modminecraft-fabric-mcp-+.jar.
  2. Fabric API — the mod's only dependency.

> Match the Minecraft version on both jars. A jar built for 26.1.2 will > not load on 1.21.11, and vice versa. The version suffix after the + must > equal the version chosen in Phase 1.

Step 1 — Download the MCP mod jar

From the mod's releases:

Pick the asset whose filename ends in +.jar — e.g. minecraft-fabric-mcp-0.1.0+26.1.2.jar for Minecraft 26.1.2. Pin to a specific release tag rather than tracking latest, so the version stays in lockstep with Minecraft and Fabric API.

Step 2 — Download the matching Fabric API jar

From Modrinth:

Filter by your Minecraft version and download the Fabric API jar for it — e.g. fabric-api-0.149.1+26.1.2.jar. The exact Fabric API build doesn't have to be the newest, but its Minecraft version must match.

Step 3 — Put both jars in mods/

Copy both jars into the mods/ folder from Phase 1.

Single-player — the platform path:

| OS | Path | | -- | ---- | | Windows | %appdata%\.minecraft\mods\ | | macOS | ~/Library/Application Support/minecraft/mods/ | | Linux | ~/.minecraft/mods/ |

Dedicated server/mods/:

mkdir -p /opt/fabric-mcp/mods
# copy both jars into it

The folder should now contain exactly these two jars (plus any other mods the user already runs):

mods/
├── fabric-api-0.149.1+26.1.2.jar
└── minecraft-fabric-mcp-0.1.0+26.1.2.jar

Confirm with the user that both files are present and that the version suffixes match each other and the Minecraft version.

Step 4 — Quick load check (optional but recommended)

If the user wants to confirm the mod loads before configuring it:

  • Single-player: launch the Fabric profile and load any world.
  • Dedicated server: java -Xmx2G -jar fabric-server-launch.jar nogui.

In the log, look for the mod's startup lines:

[minecraft_fabric_mcp] MCP server config loaded from .../config/minecraft_fabric_mcp/config.json
[minecraft_fabric_mcp] Registered N MCP tools (M skipped due to version/module constraints)
[minecraft_fabric_mcp] MCP server listening at http://127.0.0.1:8765 (...)

Seeing the listening line means the mod loaded and the embedded MCP server started. (Phase 3 covers configuring it and verifying /healthz.) If the game crashes on load, the usual cause is a version mismatch between the mod jar, the Fabric API jar, and Minecraft — re-check the + suffixes.

Wrap up

Confirm with the user:

  • [ ] MCP mod jar for the chosen Minecraft version is in mods/.
  • [ ] Matching Fabric API jar is in mods/.
  • [ ] Both version suffixes match each other and the Minecraft version.
  • [ ] (Optional) The mod loaded and logged the MCP listening line.

Hand off: Phase 2 is done — the mod is installed. The next step configures the MCP server (config.json), launches it, and verifies it's reachable. Offer to continue with the setup-server skill now.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.