mcpelauncher-agent
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcpelauncher-agentLaunch a new bot and take a screenshot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-v8ainstalled in/Applications/Minecraft Bedrock Launcher.app(orMCPELAUNCHER_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.tsClaude 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 |
|
| |
|
|
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
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.
This server cannot be installed
Maintenance
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
Generate AI images and videos from any compatible MCP client.
Connect AI agents to Flato's editable canvas runtime through a hosted MCP server.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAllows AI models to observe and interact with the Minecraft world through a bot.21100MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to control Minecraft bots through a standardized JSON-RPC interface.2340MIT
- AlicenseBqualityBmaintenanceEnables LLMs to control a Minecraft bot through the Mineflayer API, allowing for tasks like building, mining, and inventory management via natural language. It supports complex interactions including coordinate-based movement, block manipulation, and real-time game chat.53371Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables controlling a semi-autonomous Minecraft bot via MCP, supporting tasks like movement, combat, farming, and chatting.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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