Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Awesome Mineflayer MCP

NPM · AWESOME-MINEFLAYER-MCP · SCANNED SEP 21

Control a Mineflayer Minecraft bot with 120+ MCP tools: move, mine, craft, fight, build, and see.

0 this week 91 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security89
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 10.0.0, reached via mineflayer > minecraft-protocol > yggdrasil > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 93 of 247 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to G0Osey99/awesome-mineflayer-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 83 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability89
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 11473 tokens (~88/item across 129 items; 123 tools + 6 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage98
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 93% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 9 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "unequip_item" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 125 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Awesome Mineflayer MCP server?

Awesome Mineflayer MCP runs locally as an npm package, launched with npx -y awesome-mineflayer-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · awesome-mineflayer-mcp

# add to Claude Code
claude mcp add g0osey99-awesome-mineflayer-mcp -- npx -y awesome-mineflayer-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "g0osey99-awesome-mineflayer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-mineflayer-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "g0osey99-awesome-mineflayer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-mineflayer-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add g0osey99-awesome-mineflayer-mcp -- npx -y awesome-mineflayer-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "g0osey99-awesome-mineflayer-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "awesome-mineflayer-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add g0osey99-awesome-mineflayer-mcp --command npx --arg -y --arg awesome-mineflayer-mcp
# ~/.hermes/config.yaml
mcp_servers:
  g0osey99-awesome-mineflayer-mcp:
    command: "npx"
    args: ["-y", "awesome-mineflayer-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "g0osey99-awesome-mineflayer-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "awesome-mineflayer-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add g0osey99-awesome-mineflayer-mcp -t stdio -c npx -a -y awesome-mineflayer-mcp
// mcp.json
{
  "mcpServers": {
    "g0osey99-awesome-mineflayer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-mineflayer-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 0
    • CVE-2026-82417 no longer affects this package security
    • CVE-2026-82562 no longer affects this package security
  • 14 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 13 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 11 Sept 26 −2
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/awesome-mineflayer-mcp@1.3.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo G0Osey99/awesome-mineflayer-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/G0Osey99/awesome-mineflayer-mcp/.github/workflows/ci.yml@refs/tags/v1.3.2
Rekor log index 2002306050
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:043b6fcefcb3f4f1f889c33405d65f564e0fbb75f8323e8c26e1978ee31fe997bf0596aa5fb0cb85382695cb7ede391d794ec232f5a24508ccace9f3b

Background: How many MCP packages publish verified provenance →

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 247 packages
Packages resolved 247
Deprecated 2
Stale 90
No linked repository 2
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 123 exposed · ~11,237 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
set_physics_enabled ~48

Enable or disable the bot's client-side physics simulation. Disabling freezes movement (useful for some scripted scenarios).

NameTypeReqDescription
enabledbooleanyestrue to run physics, false to freeze

No output schema declared.

No examples provided.

set_quickbar_slot ~48

Select the active hotbar slot (0-8), like scrolling the mouse wheel to a hotbar position.

NameTypeReqDescription
slotintegeryesHotbar slot index 0-8

No output schema declared.

No examples provided.

set_settings ~178

Update the bot's client-side game settings (view distance, chat level, main hand, skin parts, etc.) via bot.setSettings. Only the fields you provide are changed. Returns the resulting bot.settings.

NameTypeReqDescription
chatstringChat visibility level
colorsEnabledbooleanWhether chat colors are enabled
difficultynumberClient difficulty value
enableServerListingbooleanAllow appearing in the server player listing
enableTextFilteringbooleanEnable server-side text filtering
mainHandstringDominant hand
skinPartsobjectMap of skin part toggles, e.g. { showCape: true, showJacket: false }
viewDistanceNamed distance ("far"|"normal"|"short"|"tiny") or a numeric chunk radius

No output schema declared.

No examples provided.

set_tool_chest_locations ~79

Configure the chest locations the tool plugin may pull tools from when equip_tool_for_block uses getFromChest. Modes: 'set' (replace, default), 'add' (append), 'clear' (remove all).

NameTypeReqDescription
locationsarrayyesChest coordinates
modestringHow to apply locations (default 'set')

No output schema declared.

No examples provided.

set_waypoint ~117

Save a named waypoint (persisted to disk, survives restarts). Omit x/y/z to capture the bot's current position. Re-using a name overwrites it.

NameTypeReqDescription
namestringyesWaypoint name, e.g. "home", "diamond_mine"
notestringOptional note about this place
xnumberX (defaults to current position)
ynumberY (defaults to current position)
znumberZ (defaults to current position)

No output schema declared.

No examples provided.

sleep ~82

Sleep in the bed at the given coordinates. Only works at night (or during a thunderstorm) with no nearby monsters, and the bed must be within reach.

NameTypeReqDescription
xnumberyesX world coordinate (integer for blocks)
ynumberyesY world coordinate (integer for blocks)
znumberyesZ world coordinate (integer for blocks)

No output schema declared.

No examples provided.

smelt_item ~145

Smelt items end-to-end: open the furnace at furnacePos (or use the already-open furnace), load fuel + input, then poll until `count` outputs have been produced, fuel runs out, or the input is exhausted, collecting outputs as they appear. Cancellable. Approach: drives off the furnace `update` event with a per-wait tick timeout, re-checking progress/slots each cycle.

NameTypeReqDescription
countintegerHow many outputs to produce (default 1)
fuelyesFuel item to load
furnacePosobjectFurnace block position; omit to use the already-open furnace
inputyesItem to smelt

No output schema declared.

No examples provided.

steer_vehicle ~92

Steer the currently-mounted vehicle. `left` and `forward` range from -1 to 1 (e.g. forward=1 to go ahead, left=-1 to turn right).

NameTypeReqDescription
forwardnumberyesForward/backward steering input, -1 (back) to 1 (forward)
leftnumberyesSideways steering input, -1 (right) to 1 (left)

No output schema declared.

No examples provided.

stop_pathfinding ~32

Clear the current pathfinder goal, stop moving, and cancel any in-progress exclusive action (goto/dig/etc).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

support_feature ~48

Check whether a named protocol feature is supported on the connected server/version (via minecraft-data feature flags).

NameTypeReqDescription
featureNamestringyesFeature flag name, e.g. "dimensionIsAString"

No output schema declared.

No examples provided.

swing_arm ~54

Play the arm-swing animation (cosmetic / to trigger left-click interactions).

NameTypeReqDescription
handstringWhich arm to swing (default right)
showHandbooleanWhether to show the hand (default true)

No output schema declared.

No examples provided.

tab_complete ~102

Ask the server for tab-completion suggestions for the given partial text (e.g. command arguments or player names).

NameTypeReqDescription
assumeCommandbooleanTreat the text as a command even without a leading slash (default false)
sendBlockInSightbooleanSend the block currently in the bot's line of sight (default false)
textstringyesPartial text to complete
timeoutintegerMax ms to wait for the response

No output schema declared.

No examples provided.

toss_item ~104

Drop items on the ground. Provide `slot` to toss that exact inventory slot's whole stack, or `item` (+ optional `count`) to toss by item type (omitting count tosses the whole stack).

NameTypeReqDescription
countintegerHow many to toss; omit to toss the whole stack
itemItem name/id to toss (ignored if `slot` is given)
slotintegerInventory slot index to toss its whole stack from

No output schema declared.

No examples provided.

trade_with_villager ~83

Execute a trade with the currently-open villager by trade index (from open_villager). `times` runs the trade repeatedly. Requires an open villager window.

NameTypeReqDescription
timesintegerHow many times to perform the trade (default 1)
tradeIndexintegeryesIndex of the trade to execute (from open_villager)

No output schema declared.

No examples provided.

transfer_items ~174

Bulk-transfer a quantity of an item between slot ranges of a window. Defaults move within the player inventory (slots 9-45). Set `window` true to operate on the currently open container window instead.

NameTypeReqDescription
countintegerHow many to move; omit to move all available
destEndintegerDestination range end slot, exclusive (default 45)
destStartintegerDestination range start slot (default 9)
itemyesItem name (e.g. "diamond_pickaxe") or numeric item id
sourceEndintegerSource range end slot, exclusive (default 45)
sourceStartintegerSource range start slot (default 9)
windowbooleanOperate on the open container window instead of the player inventory

No output schema declared.

No examples provided.

unequip_item ~40

Remove whatever is equipped at a destination slot (e.g. take off a helmet, empty the off-hand).

NameTypeReqDescription
destinationstringyesEquipment slot

No output schema declared.

No examples provided.

update_sign ~114

Edit the text on a sign block at (x,y,z). Use `back` to write the back face. Read sign text back via get_block_at.

NameTypeReqDescription
backbooleanWrite the back face instead of the front (default false)
textstringyesThe text to write on the sign
xnumberyesX world coordinate (integer for blocks)
ynumberyesY world coordinate (integer for blocks)
znumberyesZ world coordinate (integer for blocks)

No output schema declared.

No examples provided.

wait_for_chunks_to_load ~32

Wait until enough chunks around the bot have loaded. Use after connect/teleport before reading the world.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

wait_for_message ~77

Block until a chat message matching one of the given regex patterns arrives, then return it. Times out (TIMEOUT) after `timeout` ms (default 30000).

NameTypeReqDescription
patternsarrayyesRegex source strings; the first matching incoming message resolves
timeoutintegerMax ms to wait (default 30000)

No output schema declared.

No examples provided.

wait_for_ticks ~40

Block until the given number of game ticks have elapsed (20 ticks ~= 1 second).

NameTypeReqDescription
ticksintegeryesNumber of game ticks to wait

No output schema declared.

No examples provided.

wake ~22

Wake up / get out of the bed the bot is currently sleeping in.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

whisper ~44

Send a private message (whisper) to a specific player.

NameTypeReqDescription
messagestringyesThe private message to send
usernamestringyesTarget player's in-game name

No output schema declared.

No examples provided.

write_book ~60

Write text into a book-and-quill held/located at the given inventory slot. Each array element is one page.

NameTypeReqDescription
pagesarrayyesPage contents; one string per page
slotintegeryesInventory slot index of the writable book

No output schema declared.

No examples provided.

Common questions

What is the Awesome Mineflayer MCP server?

Awesome Mineflayer MCP is listed in the public MCP registry as io.github.G0Osey99/awesome-mineflayer-mcp. Control a Mineflayer Minecraft bot with 120+ MCP tools: move, mine, craft, fight, build, and see. This page covers its npm package (awesome-mineflayer-mcp).

Is the Awesome Mineflayer MCP server safe to use?

Awesome Mineflayer MCP scores 91 out of 100 on VerifyMCP. We recorded 1 known advisory against it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Awesome Mineflayer MCP server expose?

Awesome Mineflayer MCP exposes 123 tools: connect_bot, disconnect_bot, reconnect_bot, respawn, get_connection_status, and 118 more. Their descriptions and schemas cost roughly 11,237 tokens of context every time the server is loaded.

Is the Awesome Mineflayer MCP server still maintained?

Awesome Mineflayer MCP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Awesome Mineflayer MCP server under?

Awesome Mineflayer MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.