PluginBench
MCP Server
Active
MIT

Awesome Mineflayer MCP MCP Server

io.github.G0Osey99/awesome-mineflayer-mcp

What is the Awesome Mineflayer MCP MCP server?

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

How to install Awesome Mineflayer MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MCP_DEFAULT_HOST

    Server to auto-connect on startup (optional).

  • MCP_DEFAULT_USERNAME

    In-game name (offline) or account email (microsoft).

  • MCP_DEFAULT_AUTH

    Auth mode: offline or microsoft.

  • MCP_DISABLE_GROUPS

    Comma-separated tool-group keys to disable.

  • MCP_READ_ONLY

    Observe-only mode (no world-mutating tools).

  • MCP_ALLOWED_HOSTS

    Comma-separated allow-list of hosts the bot may join.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "awesome-mineflayer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-mineflayer-mcp"
      ],
      "env": {
        "MCP_DEFAULT_HOST": "<YOUR_MCP_DEFAULT_HOST>",
        "MCP_DEFAULT_USERNAME": "<YOUR_MCP_DEFAULT_USERNAME>",
        "MCP_DEFAULT_AUTH": "<YOUR_MCP_DEFAULT_AUTH>",
        "MCP_DISABLE_GROUPS": "<YOUR_MCP_DISABLE_GROUPS>",
        "MCP_READ_ONLY": "<YOUR_MCP_READ_ONLY>",
        "MCP_ALLOWED_HOSTS": "<YOUR_MCP_ALLOWED_HOSTS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "awesome-mineflayer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-mineflayer-mcp"
      ],
      "env": {
        "MCP_DEFAULT_HOST": "<YOUR_MCP_DEFAULT_HOST>",
        "MCP_DEFAULT_USERNAME": "<YOUR_MCP_DEFAULT_USERNAME>",
        "MCP_DEFAULT_AUTH": "<YOUR_MCP_DEFAULT_AUTH>",
        "MCP_DISABLE_GROUPS": "<YOUR_MCP_DISABLE_GROUPS>",
        "MCP_READ_ONLY": "<YOUR_MCP_READ_ONLY>",
        "MCP_ALLOWED_HOSTS": "<YOUR_MCP_ALLOWED_HOSTS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "awesome-mineflayer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-mineflayer-mcp"
      ],
      "env": {
        "MCP_DEFAULT_HOST": "<YOUR_MCP_DEFAULT_HOST>",
        "MCP_DEFAULT_USERNAME": "<YOUR_MCP_DEFAULT_USERNAME>",
        "MCP_DEFAULT_AUTH": "<YOUR_MCP_DEFAULT_AUTH>",
        "MCP_DISABLE_GROUPS": "<YOUR_MCP_DISABLE_GROUPS>",
        "MCP_READ_ONLY": "<YOUR_MCP_READ_ONLY>",
        "MCP_ALLOWED_HOSTS": "<YOUR_MCP_ALLOWED_HOSTS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "awesome-mineflayer-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "awesome-mineflayer-mcp"
      ],
      "env": {
        "MCP_DEFAULT_HOST": "<YOUR_MCP_DEFAULT_HOST>",
        "MCP_DEFAULT_USERNAME": "<YOUR_MCP_DEFAULT_USERNAME>",
        "MCP_DEFAULT_AUTH": "<YOUR_MCP_DEFAULT_AUTH>",
        "MCP_DISABLE_GROUPS": "<YOUR_MCP_DISABLE_GROUPS>",
        "MCP_READ_ONLY": "<YOUR_MCP_READ_ONLY>",
        "MCP_ALLOWED_HOSTS": "<YOUR_MCP_ALLOWED_HOSTS>"
      }
    }
  }
}
Claude Code
claude mcp add awesome-mineflayer-mcp --env MCP_DEFAULT_HOST=<YOUR_MCP_DEFAULT_HOST> --env MCP_DEFAULT_USERNAME=<YOUR_MCP_DEFAULT_USERNAME> --env MCP_DEFAULT_AUTH=<YOUR_MCP_DEFAULT_AUTH> --env MCP_DISABLE_GROUPS=<YOUR_MCP_DISABLE_GROUPS> --env MCP_READ_ONLY=<YOUR_MCP_READ_ONLY> --env MCP_ALLOWED_HOSTS=<YOUR_MCP_ALLOWED_HOSTS> -- npx -y awesome-mineflayer-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →