Loading languages...
JE

Jeremy-Min-Yang/minecraft-mcp-server-pixel

@Jeremy-Min-Yang2

MinecraftBuildMCP is a Model Context Protocol (MCP) server that enables Claude (or other compatible LLMs) to control a Minecraft bot using the Mineflayer API. This project bridges the gap between AI language models and Minecraft, allowing you to automate building, exploration, and interaction with the Minecraft world through natural language.

minecraft
ai
automation
bot

# mcpServer Config

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

# stdio

npx -y github:Jeremy-Min-Yang/minecraft-mcp-server-pixel --host localhost --port 25565 --username Bob_the_Builder
Transport:
stdio
ภาษา:
JavaScript
สร้างเมื่อ:4/17/2025
อัปเดตเมื่อ:5/18/2025