Back to directory
jeremy-min-yang/minecraft-mcp-server-pixel

jeremy-min-yang/minecraft-mcp-server-pixel

@Jeremy-Min-Yang

MinecraftBuildMCP is a Model Context Protocol (MCP) server that enables Claude (or other compatible LLMs) to control a Minecraft bot using the Mineflayer API.

minecraftgamemineflayerautomationpixel-artclaudebotmcpentertainment

Installation & Configuration

{
  "mcpServers": {
    "minecraft": {
      "command": "npx",
      "args": [
        "-y",
        "github:Jeremy-Min-Yang/minecraft-mcp-server-pixel",
        "--host",
        "localhost",
        "--port",
        "25565",
        "--username",
        "Bob_the_Builder"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13