PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversgames-and-gamificationminecraft-bedrock-education-mcp
返回「games-and-gamification」

minecraft-bedrock-education-mcp

modelscope·@Mming-Lab/minecraft-bedrock-education-mcp

games-and-gamification0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Minecraft Bedrock MCP Server

日本語版 README / Japanese README here

A TypeScript-based MCP server for controlling Minecraft Bedrock Edition and Education Edition.

<a href="https://glama.ai/mcp/servers/@Mming-Lab/minecraft-bedrock-mcp-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@Mming-Lab/minecraft-bedrock-mcp-server/badge" alt="Minecraft Bedrock Education MCP server" /> </a>

Features

  • Core Tools: Player, Agent, Blocks, World, Camera, System control
  • Advanced Building: 12 types of 3D shape tools (cube, sphere, helix, torus, bezier curves, etc.)
  • Wiki Integration: Search Minecraft Wiki for accurate information
  • Sequence System: Automatic chaining of multiple operations
  • Natural Language: Control Minecraft with natural language

Quick Start

1. Installation

git clone https://github.com/Mming-Lab/minecraft-bedrock-education-mcp.git
cd minecraft-bedrock-education-mcp
npm install
npm run build
npm start

2. Minecraft Connection

Open a world in Minecraft (with cheats enabled), then in chat:

/connect localhost:8001/ws

3. AI Assistant Setup

Add to your MCP client configuration (e.g., Claude Desktop):

{
  "mcpServers": {
    "minecraft-bedrock": {
      "command": "node",
      "args": ["C:/path/to/minecraft-bedrock-education-mcp/dist/server.js"]
    }
  }
}

Claude Desktop: %APPDATA%\Claude\claude_desktop_config.json (Windows) For other MCP clients, refer to their respective documentation.

Available Tools

Core Tools

  • player - Player management (location, items, abilities)
  • agent - Agent control (movement, rotation, inventory)
  • blocks - Block operations (place, remove, fill)
  • world - World control (time, weather, game rules)
  • camera - Camera control (viewpoint, fade, cinematic)
  • system - Scoreboard and UI display
  • minecraft_wiki - Wiki search
  • sequence - Multi-tool chaining execution

Building Tools (12 types)

  • build_cube - Cube (hollow/filled)
  • build_sphere - Sphere
  • build_cylinder - Cylinder
  • build_line - Line
  • build_torus - Torus (donut)
  • build_helix - Helix (spiral)
  • build_ellipsoid - Ellipsoid
  • build_paraboloid - Paraboloid
  • build_hyperboloid - Hyperboloid
  • build_bezier - Bezier curve
  • build_rotate - Rotation transform
  • build_transform - Coordinate transform

Usage Examples

Basic Usage

Just talk naturally to the AI assistant:

Tell me my current coordinates
 Gets player position

Place a diamond block in front of me
 Places block

Build a glass dome with radius 10
 Sphere building (hollow)

Create a spiral staircase with stone bricks
 Helix building

How many villagers are nearby?
 Entity search

Complex Building

I want to build a castle
 AI automatically combines multiple tools to build

Create a smooth bridge using bezier curves
 Natural curved bridge with bezier tool

Make it night and start raining
 World control (time & weather)

Automatic Error Correction

User: "Place a daimond_block"
System:  Unknown block: minecraft:daimond_block
         Use the minecraft_wiki tool to search for valid block IDs

AI: Let me search the wiki for the correct ID...
     Automatically searches for and corrects to "diamond_block"

Technical Specifications

  • Token Optimization: Automatic data compression (98% reduction)
  • Error Auto-correction: AI detects and fixes mistakes automatically
  • Multilingual: Japanese/English support

Requirements

  • Node.js 16 or higher
  • Minecraft Bedrock Edition or Education Edition
  • World with cheats enabled
  • MCP client (e.g., Claude Desktop)

License

GPL-3.0

Acknowledgments

  • SocketBE - Minecraft Bedrock WebSocket integration library
  • Model Context Protocol - AI integration protocol specification
  • Anthropic - Claude AI and MCP TypeScript SDK

Related Links

  • Official MCP Specification
  • Socket-BE GitHub
  • Minecraft Wiki
  • Glama MCP Servers

相关 MCP Servers(来自「games-and-gamification」)

mcpet伙伴

一种怀旧的虚拟宠物体验,适合人工智能时代,让你可以领养、养育并与自己的数字伙伴玩耍,该伙伴会根据你的照顾而进化。

@shreyaskarnik/mcpet

模型棋盘棋

一个服务器,允许用户与任何大语言模型对弈国际象棋,具有可视化棋盘、用标准符号进行走子以及从PGN文件分析局面的功能。

@jiayao/mcp-chess

mcsm-mcp

暂无描述。

@SMGoro/mcsm-mcp

RandomWeb3MCP 随机生成器

RandomWeb3MCP 是基于 EVM 区块哈希的随机元素生成服务。该服务提供了多种随机元素生成工具,可应用于游戏、金融、测试等领域。

@suxiongye/random-web3-mcp

runescape-wiki-mcp

暂无描述。

@birdwell/runescape-wiki-mcp

igdb-mcp-server

暂无描述。

@bielacki/igdb-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/mming-lab-minecraft-bedrock-education-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

git clone https://github.com/Mming-Lab/minecraft-bedrock-education-mcp.git cd minecraft-bedrock-education-mcp npm install npm run build npm start

基本信息

分类
games-and-gamification / education-and-learning-tools / app-automation
运行方式
No
许可证
GNU General Public License v3.0
详情文件
mming-lab-minecraft-bedrock-education-mcp.md