Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

send_message

Send a chat message to connected Minecraft Bedrock players to provide build progress updates, instructions, or alerts. Ensure the message parameter is included for effective communication.

Instructions

Send a chat message to the connected Minecraft player. ALWAYS provide a message parameter. Use this to communicate with the player about build progress or instructions.

Input Schema

NameRequiredDescriptionDefault
messageYesThe text message to send to the player (REQUIRED - never call this without a message)

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "The text message to send to the player (REQUIRED - never call this without a message)", "type": "string" } }, "required": [ "message" ], "type": "object" }

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/Mming-Lab/minecraft-bedrock-mcp-server'

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