aiplayer-mc-bot MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aiplayer-mc-bot MCP Serverhelp me mine diamonds"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 说话即可。
Related MCP server: Minecraft MCP 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
项目状态
核心功能已完成,正在开发:环境状态监测器。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceAllows AI assistants to connect to and control Minecraft players on remote servers, enabling navigation, building, mining, inventory management, entity interaction, and chat communication through natural language commands.Last updated273013MIT
- Flicense-qualityDmaintenanceEnables AI assistants to control a Minecraft bot through natural language commands using the Mineflayer library. Provides intelligent pathfinding, chat communication, entity detection, and generic access to Minecraft bot capabilities.Last updated
- Alicense-qualityCmaintenanceEnables LLMs to control a Minecraft bot through the Mineflayer API, allowing for tasks like building, mining, and inventory management via natural language. It supports complex interactions including coordinate-based movement, block manipulation, and real-time game chat.Last updated32Apache 2.0
- Flicense-qualityCmaintenanceEnables controlling a semi-autonomous Minecraft bot via MCP, supporting tasks like movement, combat, farming, and chatting.Last updated
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that integrates with Discord to provide AI-powered features.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MingExzy/aiplayer-mc-bot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server