-
securityA
license-
qualityAllows AI models to observe and interact with the Minecraft world through a bot.
Last updated -
10
50
TypeScript
MIT License
该项目灵感源自 arjunkmrm 的mcp-minecraft 。原版仅支持本地 Minecraft 服务器连接,而本项目则从零开始,旨在支持连接到远程 Minecraft 服务器。
使用 MCP(模型上下文协议)的 Minecraft 远程控制。
按照 CLI 提示完成设置。
%APPDATA%\Claude\claude_desktop_config.json
~/Library/Application Support/Claude/claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
如果您已经全局安装它:
如果您已在本地克隆了存储库:
online-mode=false
。这允许机器人无需身份验证即可连接到 Minecraft 的会话服务器。connectToServer
:使用指定的凭据连接到 Minecraft 服务器disconnectFromServer
:断开与 Minecraft 服务器的连接sendChat
:向服务器发送聊天消息getServerInfo
:获取已连接服务器的信息getPosition
:获取当前玩家位置moveTo
:移动到特定坐标moveControl
:基本移动控制(前进、后退、左转、右转、跳跃、冲刺、潜行、停止)lookAt
:让玩家看向特定的方向或坐标digBlock
:在特定坐标处挖掘一个区块placeBlock
:将方块放置在特定坐标处checkInventory
:基本库存检查inventoryDetails
:获取库存物品的详细信息equipItem
:将物品从库存装备到手或盔甲槽中tossItem
:从库存中扔出物品getNearbyPlayers
:获取附近玩家列表getNearbyEntities
:获取附近所有实体的列表attackEntity
:攻击特定实体useOnEntity
:在特定实体上使用持有的物品followEntity
:关注特定实体openContainer
:在特定坐标处打开容器(箱子、熔炉等)withdrawItem
:从打开的容器中取出物品depositItem
:将物品放入打开的容器中closeContainer
:关闭当前打开的容器getRecipes
:获取可用的制作配方列表craftItem
:使用可用材料制作物品listTrades
:列出附近村民的可用交易tradeWithVillager
:与附近的村民进行交易注意:此工具已测试并验证,仅支持原版 Minecraft 1.21。虽然它也能兼容其他版本或修改过的服务器,但兼容性无法保证。
麻省理工学院
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
允许AI助手连接并控制远程服务器上的Minecraft玩家,通过自然语言命令实现导航、建造、挖掘、库存管理、实体交互和聊天通信。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nacal/mcp-minecraft-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server