MCP Minecraft Remote
JSON →Remotely control a Minecraft Java Edition server using the Model Context Protocol (MCP).
Install
npx -y @smithery/cli Tools · 27
- 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
Links
★ 13 GitHub stars