← Back to browse

Awesome Mineflayer MCP

Indexed by io.github.G0Osey99

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMCP_DEFAULT_HOST MCP_DEFAULT_USERNAME MCP_DEFAULT_AUTH MCP_DISABLE_GROUPS MCP_READ_ONLY MCP_ALLOWED_HOSTS
Claude Code
claude mcp add --env MCP_DEFAULT_HOST= --env MCP_DEFAULT_USERNAME= --env MCP_DEFAULT_AUTH= --env MCP_DISABLE_GROUPS= --env MCP_READ_ONLY= --env MCP_ALLOWED_HOSTS= awesome-mineflayer-mcp -- npx awesome-mineflayer-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"awesome-mineflayer-mcp","command":"npx","args":["awesome-mineflayer-mcp"],"env":{"MCP_DEFAULT_HOST":"","MCP_DEFAULT_USERNAME":"","MCP_DEFAULT_AUTH":"","MCP_DISABLE_GROUPS":"","MCP_READ_ONLY":"","MCP_ALLOWED_HOSTS":""}}'
JSON
{
  "mcpServers": {
    "awesome-mineflayer-mcp": {
      "command": "npx",
      "args": [
        "awesome-mineflayer-mcp"
      ],
      "env": {
        "MCP_DEFAULT_HOST": "",
        "MCP_DEFAULT_USERNAME": "",
        "MCP_DEFAULT_AUTH": "",
        "MCP_DISABLE_GROUPS": "",
        "MCP_READ_ONLY": "",
        "MCP_ALLOWED_HOSTS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.