Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Aiplayer Mc Bot Server

FreeNot checked

Enables natural language control of a Minecraft bot, allowing it to execute tasks like mining, exploring, and item management via AI-powered commands.

GitHubEmbed

About

Enables natural language control of a Minecraft bot, allowing it to execute tasks like mining, exploring, and item management via AI-powered commands.

README

一个基于 DeepSeek LLM 的 Minecraft 自主决策机器人。玩家在游戏中打字,Bot 自主规划并执行动作。

快速开始

# 安装依赖
npm install
pip install fastmcp openai

# 设置 API Key
set DeepSeek_API_KEY=sk-xxx

# 启动 MCP 服务(终端 1)
cd Python && python server_of_mcp.py

# 启动 Bot(终端 2)
node MainLoop.js

启动后在游戏中对 Bot 说话即可。

架构

Node.js (游戏交互) ← MCP/SSE → Python (AI 决策) ← API → DeepSeek LLM
     │                             │
     ▼                             ▼
  Mineflayer 驱动               plan() 决策循环
  ExecuteAction 执行            N步折中规划

核心设计

  • N步折中规划:LLM 自主决定何时输出完整动作、何时续行,兼顾实时性和多步依赖
  • 统一决策入口:22 个工具全部加载,LLM 一次输出,无需分轮查询
  • 技能系统:保存常用操作流,skillProgress 续行推进
  • SSE 优化:只读第一条事件即断开,消除 30 秒超时等待

技术栈

Node.js, Python, MCP Protocol, DeepSeek API, Mineflayer, FastMCP

项目状态

核心功能已完成,正在开发:环境状态监测器。

from github.com/MingExzy/aiplayer-mc-bot

Installing Aiplayer Mc Bot Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/MingExzy/aiplayer-mc-bot

FAQ

Is Aiplayer Mc Bot Server MCP free?

Yes, Aiplayer Mc Bot Server MCP is free — one-click install via Unyly at no cost.

Does Aiplayer Mc Bot Server need an API key?

No, Aiplayer Mc Bot Server runs without API keys or environment variables.

Is Aiplayer Mc Bot Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Aiplayer Mc Bot Server in Claude Desktop, Claude Code or Cursor?

Open Aiplayer Mc Bot Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Aiplayer Mc Bot Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs