Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

AIPlayer — LLM 驱动的 Minecraft AI 玩家

一个基于 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

项目状态

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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Productivity servers.