Skip to main content
Glama
bedrock-mc

mcpelauncher-agent

by bedrock-mc

mcpelauncher-agent

MCP server that drives the real Minecraft Bedrock client through the agent socket added to the bedrock-mc mcpelauncher fork. Input is injected below the game (same path as a keyboard and mouse), frames are read back from the GL framebuffer, and no game symbols are involved — so it survives game updates the launcher itself supports.

Requirements

  • macOS, Apple Silicon, the fork's mcpelauncher-client-arm64-v8a installed in /Applications/Minecraft Bedrock Launcher.app (or MCPELAUNCHER_APP=<app path>), a version installed through the launcher UI, and a signed-in Xbox account in that data dir.

  • Bun.

Truly headless is not possible: Metal needs a logged-in GUI session. The window stays hidden by default and renders at a low frame cap, so several instances fit on one machine.

Related MCP server: MCPMC (Minecraft MCP)

Run

bun install
bun run src/index.ts

Claude Code: claude mcp add minecraft -- bun run /path/to/mcpelauncher-agent/src/index.ts.

Tools

launch · stop · list · state · screenshot · key · hold_key · type · chat · look · click · mouse_move_to · scroll · add_server · open_uri · set_fps · wait · log

Every tool takes an optional instance; launch with a separate data_dir gives each bot its own login and worlds.

Socket protocol

The client listens on --agent-socket <path> and speaks one JSON object per line:

cmd

fields

reply

state

width height focused fps fps_cap cursor_locked mouse_x mouse_y

screenshot

width? height?

png_base64 width height

key

key action=tap|press|release hold_ms mods[]

text

text

mouse_move

dx dy (relative, in-world look)

mouse_pos

x y (absolute, menus)

click

button=1|2|3 x? y? action hold_ms

scroll

dx dy

uri

uri (must start with minecraft:)

fps

cap

quit

Requests may carry an id, echoed back in the reply.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bedrock-mc/mcpelauncher-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server