Minecraft Remote
БесплатноНе проверенEnables AI assistants to remotely control a Minecraft player, including navigation, mining, building, and interaction with the world and other players.
Описание
Enables AI assistants to remotely control a Minecraft player, including navigation, mining, building, and interaction with the world and other players.
README
This project is inspired by mcp-minecraft by arjunkmrm. While the original only supported local Minecraft server connections, this project was newly created from scratch to add support for connecting to remote Minecraft servers.
Minecraft Remote Control using MCP (Model Context Protocol).
Features
- Connect to and control a Minecraft player via an AI assistant
- Navigate, mine, build, and interact with the Minecraft world
- Chat with other players on the server
- Check inventory, player position, and server information
- Advanced movement control including jumping, sneaking, and sprinting
- Entity interaction including attacking and following
- Container usage (chests, furnaces, etc.)
- Item crafting and villager trading
- Detailed inventory management
Smart Features & Autonomous Capabilities
- Stuck Detection & Recovery: The bot intelligently detects if it's stuck while moving. If it cannot make progress, it cancels the operation and suggests solutions (jumping, digging).
- Death Handling: If the bot dies while performing a task, it immediately stops, reports its death location, and protects itself from getting into a broken state.
- Smart Movement:
moveToPlayer: Can dynamically find and travel to a specific player's moving position.- Includes announcement capability to notify players in chat before moving.
- Auto-Eat (Survival): The
eattool intelligently manages hunger. It won't waste food if hunger is full and automatically selects the best available food from the inventory. - Smart Resource Collection: The
collectBlockstool uses "Vein Mining" logic. When cutting a tree or mining an ore vein, it smartly checks connected blocks (prioritizing vertical for trees) instead of blindly searching the world, making it much more efficient.
Installation
Quick Install (Recommended)
npx -y mcp-minecraft-remote@latest
Follow the CLI prompts to complete the setup.
Manual Installation
# Install from npm
npm install -g mcp-minecraft-remote
# Or clone the repository
git clone https://github.com/hudayiarici/mcp-minecraft-remote.git
cd mcp-minecraft-remote
# Install dependencies
npm install
# Build the project
npm run build
Usage
Using with Claude Desktop
Navigate to Claude Desktop configuration file:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
- Windows:
Add the Minecraft Remote MCP configuration to your configuration file:
{
"mcpServers": {
"minecraft-remote": {
"command": "npx",
"args": ["-y", "mcp-minecraft-remote@latest"]
}
}
}
If you've installed it globally:
{
"mcpServers": {
"minecraft-remote": {
"command": "mcp-minecraft-remote"
}
}
}
If you've cloned the repository locally:
{
"mcpServers": {
"minecraft-remote": {
"command": "node",
"args": ["/absolute/path/to/mcp-minecraft-remote/build/index.js"]
}
}
}
- Save the file and restart Claude Desktop
- Start a new conversation with Claude and begin using the Minecraft control commands
Important Server Requirements
- Server Online Mode: The Minecraft server must have
online-mode=falseset in the server.properties file. This allows the bot to connect without authentication against Minecraft's session servers. - If using a server with authentication, you'll need to provide valid premium account credentials when connecting.
Available Tools
Core Functionality
connectToServer: Connect to a Minecraft server with specified credentialsdisconnectFromServer: Disconnect from the Minecraft serversendChat: Send a chat message to the servergetServerInfo: Get information about the connected server
Movement
getPosition: Get current player positionmoveTo: Move to specific coordinatesmoveControl: Basic movement controls (forward, back, left, right, jump, sprint, sneak, stop)lookAt: Make the player look in a specific direction or at coordinates
World Interaction
digBlock: Mine a block at specific coordinatesplaceBlock: Place a block at specific coordinatescollectBlocks: Smartly collect blocks of a specific type (e.g. "oak_log") using vein-mining logic (follows connected blocks).
Inventory Management
checkInventory: Basic inventory checkinventoryDetails: Get detailed information about inventory itemsequipItem: Equip an item from inventory to hand or armor slottossItem: Throw items from inventory
Entity Interaction
getNearbyPlayers: Get list of nearby playersgetNearbyEntities: Get a list of all entities nearbyattackEntity: Attack a specific entityuseOnEntity: Use held item on a specific entityfollowEntity: Follow a specific entity
Container Interaction
openContainer: Open a container (chest, furnace, etc.) at specific coordinateswithdrawItem: Take items from an open containerdepositItem: Put items into an open containercloseContainer: Close the currently open container
Crafting
getRecipes: Get a list of available crafting recipescraftItem: Craft an item using available materials
Trading
listTrades: List available trades from a nearby villagertradeWithVillager: Trade with a nearby villager
Example Prompts
Basic Controls
- "Connect to the Minecraft server at play.example.com with the username player1"
- "What is my current position in the game?"
- "Move me to coordinates x=100, y=64, z=-200"
- "Make me walk forward for 3 seconds"
- "Make me jump and sprint toward that mountain"
Inventory & Items
- "Check what's in my inventory in detail"
- "Equip my diamond sword to my hand"
- "Throw 5 dirt blocks from my inventory"
Block Interaction
- "Dig the block at coordinates x=10, y=65, z=20"
- "Place a stone block at coordinates x=11, y=65, z=20"
Entity Interaction
- "Are there any other players nearby?"
- "What entities are within 20 blocks of me?"
- "Attack the zombie with ID 12345"
- "Follow the player named Steve"
Container Usage
- "Open the chest at coordinates x=100, y=64, z=200"
- "Take 10 iron ingots from the chest"
- "Put 5 cobblestone in the chest"
- "Close the container"
Crafting & Trading
- "What recipes do I have available for a wooden pickaxe?"
- "Craft 4 sticks using the wood in my inventory"
- "Check what trades the nearby villager offers"
- "Trade with the villager to get 10 emeralds"
Communication
- "Send a hello message to the chat"
- "Tell everyone that I found diamonds"
Requirements
- Node.js 18+
- An AI assistant that supports MCP (like Claude)
- A Minecraft Java Edition server (version 1.8 or later)
Note: This tool has been tested and verified to work specifically with vanilla Minecraft 1.21. While it may function with other versions or modded servers, compatibility is not guaranteed.
License
MIT
Установка Minecraft Remote
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/hudayiarici/mcp-minecraft-remoteFAQ
Minecraft Remote MCP бесплатный?
Да, Minecraft Remote MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Minecraft Remote?
Нет, Minecraft Remote работает без API-ключей и переменных окружения.
Minecraft Remote — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Minecraft Remote в Claude Desktop, Claude Code или Cursor?
Открой Minecraft Remote на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Minecraft Remote with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
