Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

world

Control and manage Minecraft Bedrock world settings: adjust time, weather, day/night cycles, query world data, send messages, execute commands, and sequence actions for precise server operations.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
actionYesWorld management action to perform
commandNoMinecraft Bedrock Edition command to execute (without /). For correct syntax and available commands, use the minecraft_wiki tool to search for specific command information. Examples: "give @p diamond_sword", "tp @p 0 64 0", "setblock ~ ~ ~ stone"
durationNoWeather duration in ticks (optional)
messageNoMessage to send to all players
stepsNoArray of world actions for sequence. Each step should have "type" field and relevant parameters.
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", "sequence" ], "type": "string" }, "command": { "description": "Minecraft Bedrock Edition command to execute (without /). For correct syntax and available commands, use the minecraft_wiki tool to search for specific command information. Examples: \"give @p diamond_sword\", \"tp @p 0 64 0\", \"setblock ~ ~ ~ stone\"", "type": "string" }, "duration": { "description": "Weather duration in ticks (optional)", "minimum": 0, "type": "number" }, "message": { "description": "Message to send to all players", "type": "string" }, "steps": { "description": "Array of world actions for sequence. Each step should have \"type\" field and relevant parameters.", "type": "array" }, "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" }

Other Tools from Minecraft Bedrock MCP Server

Related Tools

  • @Mming-Lab/minecraft-bedrock-mcp-server
  • @Mming-Lab/minecraft-bedrock-mcp-server
  • @Mming-Lab/minecraft-bedrock-mcp-server
  • @Mming-Lab/minecraft-bedrock-mcp-server
  • @Mming-Lab/minecraft-bedrock-mcp-server
  • @Mming-Lab/minecraft-bedrock-mcp-server

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