★ 504 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"minecraft-mcp-server": {
"command": "npx",
"args": [
"-y",
"yuniko-software/minecraft-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add minecraft-mcp-server npx -y yuniko-software/minecraft-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"minecraft-mcp-server": {
"command": "npx",
"args": [
"-y",
"yuniko-software/minecraft-mcp-server"
]
}
}
}
📋 Copy
README Excerpt
<a href="https://github.com/yuniko-software/minecraft-mcp-server/actions"> <img alt="CI" src="https://github.com/yuniko-software/minecraft-mcp-server/actions/workflows/build.yml/badge.svg"> </a> <a href="https://github.com/yuniko-software"> <img alt="Contribution Welcome" src="https://img.shields.io/badge/Contribution-Welcome-blue">
Topics
artificial-intelligence claude javascript large-language-models mcp mcp-server minecraft modelcontextprotocol natural-language-processing nodejs typescript