← Back to Plugins
MCP Server MCP

Awesome Mineflayer MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "awesome-mineflayer-mcp",
      "version": "1.3.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Server to auto-connect on startup (optional).",
          "name": "MCP_DEFAULT_HOST"
        },
        {
          "description": "In-game name (offline) or account email (microsoft).",
          "name": "MCP_DEFAULT_USERNAME"
        },
        {
          "description": "Auth mode: offline or microsoft.",
          "name": "MCP_DEFAULT_AUTH"
        },
        {
          "description": "Comma-separated tool-group keys to disable.",
          "name": "MCP_DISABLE_GROUPS"
        },
        {
          "description": "Observe-only mode (no world-mutating tools).",
          "name": "MCP_READ_ONLY"
        },
        {
          "description": "Comma-separated allow-list of hosts the bot may join.",
          "name": "MCP_ALLOWED_HOSTS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...