minecraft-mcp-server-blueprint
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., "@minecraft-mcp-server-blueprintBuild the oak house from blueprint"
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.
minecraft-mcp-server(蓝图建造增强版)
基于 yuniko-software/minecraft-mcp-server(Apache License 2.0)改造的 Minecraft MCP 服务器,在保留原全部能力的基础上,新增一套蓝图设计、建造与验收工具,构成完整的建筑自动化流水线。
原服务器支持通过 MCP 协议控制 Minecraft 角色移动、飞行、管理物品、放置与挖掘方块。本仓库在此基础上新增了蓝图引擎,使 AI 智能体能够从建模文件或体素数据直接建造整栋建筑,并对建造结果执行逐方块验收。
新增工具
工具 | 功能 |
| 列出蓝图库中的全部蓝图文件 |
| 解析蓝图文件的尺寸、方块统计与元数据 |
| 将 |
| 将蓝图(文件或内联体素数组)按物理依赖排序、分组压缩为 /fill 指令流并执行建造 |
| 对指定区域逐方块回读世界数据,与蓝图比对并输出差异报告(用于建造验收) |
配套的蓝图格式:{ width, height, length, blocks: [{ x, y, z, block: "minecraft:..." }] },方块名可携带完整状态(如 spruce_stairs[facing=south])。
Related MCP server: minecraft-mcp
构建与运行
npm install
npm run buildMCP 客户端配置示例(以 Claude Desktop 为例):
{
"mcpServers": {
"minecraft": {
"command": "node",
"args": [
"<本仓库路径>/dist/main.js",
"--host", "localhost",
"--port", "25565",
"--username", "XiaoBuddy"
]
}
}
}前置条件与上游一致:Node.js(>= 20.10.0)、运行中的 Minecraft Java 版、单人世界对局域网开放。版本支持情况见上游说明(上游标注支持 1.21.1;本仓库的蓝图工具在 1.21.1 完整验证)。
与一套 AI 建筑技能的配合
本引擎是 Ai-build-for-minecraft 技能套件的执行底座。该套件包含网页体素设计器(mc-design)、秒落与表演模式建造(mc-build)、差量微调(mc-modify)三个技能,与本仓库的蓝图工具衔接为完整流水线:设计器产出蓝图,build-blueprint 落地,verify-region 验收,修改后差量回写。
许可证
本项目基于 Apache License 2.0 发行。
上游代码:Copyright 2025 Yuniko Software,Apache License 2.0,保留其全部版权与许可声明;
蓝图建造相关的修改与新增代码:Copyright 2026 ChenZeLongKnight,同样以 Apache License 2.0 发行。
依据 Apache License 2.0 第 4 条,修改过的文件均在文件头注明修改内容。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
A registry of AI agent tools — MCP servers, APIs, CLIs, SDKs — kept current by automated ingestion.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Generate game-ready 3D models, textures, and audio from natural language, over MCP.
MCP-first toolbox for agents: KV storage, auth, queue, and utility tools. Free in early access.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to control Minecraft bots through over 30 verified skills including navigation, resource gathering, and advanced building. It allows for multi-bot management and seamless integration with MCP clients to automate complex in-game tasks.75MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to control a Minecraft bot for movement, building, crafting, and instant schematic-based structure spawning via MCP tools.182Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to control Minecraft via MCP with configurable versions, creative building commands, survival helpers, and an autonomous agent loop.Apache 2.0
- AlicenseAqualityAmaintenanceEnables AI agents to control a Minecraft bot inside a Java Edition world via MCP, providing tools for movement, building, mining, combat, farming, trading, inventory, and world perception.55181MIT
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/ChenZeLongKnight/minecraft-mcp-server-blueprint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server