Mcp Minecraft Remote — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Minecraft Remote (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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).
moveToPlayer: Can dynamically find and travel to a specific player's moving position.eat tool intelligently manages hunger. It won't waste food if hunger is full and automatically selects the best available food from the inventory.collectBlocks tool 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.npx -y mcp-minecraft-remote@latestFollow the CLI prompts to complete the setup.
# 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%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"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"]
}
}
}online-mode=false set in the server.properties file. This allows the bot to connect without authentication against Minecraft's session servers.#### 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#### Basic Controls
#### Inventory & Items
#### Block Interaction
#### Entity Interaction
#### Container Usage
#### Crafting & Trading
#### Communication
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.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.