Minecraft Agent — Development skill for Claude Code
LAN-capable Minecraft MCP server built with Dedalus MCP and a Mineflayer bridge.
How to install Minecraft Agent
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Kevin-Liu-01/Minecraft-Agent and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Minecraft Agent does
LAN-capable Minecraft MCP server built with Dedalus MCP and a Mineflayer bridge.
Alternatives in Development
- Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
- Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
- Claudes C Compiler — Claude Opus 4.6 wrote a dependency-free C compiler in Rust, with backends targeting x86 (64- and 32-bit), ARM 2.6k ★
README
Minecraft Agent
LAN-oriented Minecraft MCP stack: Python MCP server + Node Mineflayer bridge. Control a bot via the Dedalus agent or in-game **chat as natural language commands**.
**New in v2:** Skill library, multi-step planning, persistent world memory, freeform building from natural language, smelting/furnace automation, error recovery with retry, and a creative/survival mode toggle.
Quick start (one command)
Get everything running and command the bot from **in-game chat**:
**Open Minecraft Java Edition**, start a world, and click **Open to LAN**. Note the port (e.g. `61246`).
**Expose your MCP server** so the cloud agent can reach it (required for chat commands):
ngrok http 8000Copy the `https://...` URL (e.g. `https://abc123.ngrok.io`).
**Run the one-command launcher** (bridge + MCP server + join game + chat agent):
export DEDALUS_API_KEY=your_key_here uv run python run_live_chat.py --join-host 192.168.68.70 --join-port 61246Use your machine's LAN IP for `--join-host` (or `127.0.0.1` if the world is on this machine). Use the port shown in-game for `--join-port`. Put `MINECRAFT_PORT` and `MINECRAFT_HOST` in `.env` to avoid passing `--join-*` each time. Add `--auth offline` to skip the Microsoft login (recommended for LAN worlds).
**In Minecraft chat**, type natural language commands. Examples:
mine 10 dirtgo to the treebuild a 5x5 house with oak planksattack the zombieswitch to creative mode and give me 64 diamondscreate a plan to get iron tools
What this project is
- Python MCP server – Exposes 60+ Minecraft bot actions as MCP tools (move, mine, place, attack, craft, chat, plan, remember, build, smelt, and more). Built on dedalus_mcp.
- Node bridge – Connects to a r
Related Skills
Mcclaude
Develop Minecraft plugins with Claude Code on a live server. Read console, run commands, edit Skript files, an
Savannah
Claude-to-Claude agent mesh for your LAN. Zero-config mDNS discovery, typed IDL contracts, streaming RPC, and
Signal Bridge Remote
A remote MCP server that lets Claude control Bluetooth intimate hardware over the internet via Buttplug.io / I
Windows Command Line MCP Server
This server creates a secure bridge between Claude and your computer's command-line functionality.
Portaconv
This workspace is wired to portaconv (pconv) — a terminal-native conversation extractor + MCP server for Claud
Pbi Doctor
Check the environment: Power BI Desktop version, official CLIs, MCP server path, Bridge connectivity, template
Related Agents
Eval Implementer
Implementer role of the D365FO agent eval loop. Runs ON THE VM (mcp-server in full mode + C# bridge) against t
Codex Bridge
把指定工作外包給 gpt-5.5(codex)並忠實回傳其輸出。當需要 gpt-5.5 的批量實作或獨立第二審查視角時使用。這是 plugin 內第三種 codex 路徑:一次性 codex exec CLI 呼叫、輸出
Part 13: Memory Bridge (Give Coding Agents Your Brain)
When you spawn Codex or Claude Code to build something, they start blind. They don't know your architecture de