Other MCP Server · MODEL CONTEXT PROTOCOL
nacal mcp minecraft remote
nacal mcp minecraft remote is a community-listed Model Context Protocol server. Review the source repository before installation.
WHAT IT CONNECTS
nacal mcp minecraft remote 为 AI Agent 提供什么
- 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
- 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`
- Add the Minecraft Remote MCP configuration to your configuration file:
- Save the file and restart Claude Desktop
- Start a new conversation with Claude and begin using the Minecraft control commands
- **Server Online Mode**: The Minecraft server must have `online-mode=false` set 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.
- `connectToServer`: Connect to a Minecraft server with specified credentials
- `disconnectFromServer`: Disconnect from the Minecraft server
- `sendChat`: Send a chat message to the server
- `getServerInfo`: Get information about the connected server
- `getPosition`: Get current player position
- `moveTo`: Move to specific coordinates
- `moveControl`: Basic movement controls (forward, back, left, right, jump, sprint, sneak, stop)
- `lookAt`: Make the player look in a specific direction or at coordinates
- `digBlock`: Mine a block at specific coordinates
- `placeBlock`: Place a block at specific coordinates
- `checkInventory`: Basic inventory check
- `inventoryDetails`: Get detailed information about inventory items
- `equipItem`: Equip an item from inventory to hand or armor slot
- `tossItem`: Throw items from inventory
- `getNearbyPlayers`: Get list of nearby players
- `getNearbyEntities`: Get a list of all entities nearby
- `attackEntity`: Attack a specific entity
- `useOnEntity`: Use held item on a specific entity
- `followEntity`: Follow a specific entity
- `openContainer`: Open a container (chest, furnace, etc.) at specific coordinates
- `withdrawItem`: Take items from an open container
- `depositItem`: Put items into an open container
- `closeContainer`: Close the currently open container
- `getRecipes`: Get a list of available crafting recipes
- `craftItem`: Craft an item using available materials
- `listTrades`: List available trades from a nearby villager
- `tradeWithVillager`: Trade with a nearby villager
- "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"
- "Check what's in my inventory in detail"
- "Equip my diamond sword to my hand"
- "Throw 5 dirt blocks from my inventory"
- "Dig the block at coordinates x=10, y=65, z=20"
- "Place a stone block at coordinates x=11, y=65, z=20"
- "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"
- "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"
- "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"
- "Send a hello message to the chat"
- "Tell everyone that I found diamonds"
- Node.js 18+
- An AI assistant that supports MCP (like Claude)
- A Minecraft Java Edition server (version 1.8 or later)
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。