Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

world

Control and manage Minecraft Bedrock worlds by adjusting time, weather, and environment settings, querying world data, and executing commands with precision using MCP Server.

Instructions

World management: time, weather, environment, day/night cycles, world queries, connections

Input Schema

NameRequiredDescriptionDefault
actionYesWorld management action to perform
commandNoMinecraft command to execute
durationNoWeather duration in ticks (optional)
messageNoMessage to send to all players
targetNoTarget player for message (optional, defaults to all players)
timeNoTime in ticks (0-24000, where 0=dawn, 6000=noon, 12000=dusk, 18000=midnight)
weatherNoWeather type to set

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "World management action to perform", "enum": [ "set_time", "get_time", "get_day", "set_weather", "get_weather", "get_players", "get_world_info", "send_message", "run_command", "get_connection_info" ], "type": "string" }, "command": { "description": "Minecraft command to execute", "type": "string" }, "duration": { "description": "Weather duration in ticks (optional)", "minimum": 0, "type": "number" }, "message": { "description": "Message to send to all players", "type": "string" }, "target": { "description": "Target player for message (optional, defaults to all players)", "type": "string" }, "time": { "description": "Time in ticks (0-24000, where 0=dawn, 6000=noon, 12000=dusk, 18000=midnight)", "maximum": 24000, "minimum": 0, "type": "number" }, "weather": { "description": "Weather type to set", "enum": [ "clear", "rain", "thunder" ], "type": "string" } }, "required": [ "action" ], "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