Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

system

Manage and display in-game data using scoreboards, titles, action bars, and player UI elements. Customize objectives, scores, and screen displays to enhance gameplay and game management.

Instructions

System features: scoreboards, screen displays (titles, action bars), player UI, game management

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform within the category
categoryYesSystem category to use
display_nameNoDisplay name for objective
display_slotNoDisplay slot for scoreboard
fade_inNoFade in duration in ticks (default: 10)
fade_outNoFade out duration in ticks (default: 20)
messageNoAction bar message
objective_idNoScoreboard objective ID
player_nameNoTarget player name (optional, defaults to local player)
scoreNoScore value
sort_orderNoSort order for scoreboard
stayNoStay duration in ticks (default: 70)
subtitleNoSubtitle text
titleNoTitle text

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform within the category", "type": "string" }, "category": { "description": "System category to use", "enum": [ "scoreboard", "screen" ], "type": "string" }, "display_name": { "description": "Display name for objective", "type": "string" }, "display_slot": { "description": "Display slot for scoreboard", "enum": [ "sidebar", "list", "belowname" ], "type": "string" }, "fade_in": { "default": 10, "description": "Fade in duration in ticks (default: 10)", "type": "number" }, "fade_out": { "default": 20, "description": "Fade out duration in ticks (default: 20)", "type": "number" }, "message": { "description": "Action bar message", "type": "string" }, "objective_id": { "description": "Scoreboard objective ID", "type": "string" }, "player_name": { "description": "Target player name (optional, defaults to local player)", "type": "string" }, "score": { "description": "Score value", "type": "number" }, "sort_order": { "description": "Sort order for scoreboard", "enum": [ "ascending", "descending" ], "type": "string" }, "stay": { "default": 70, "description": "Stay duration in ticks (default: 70)", "type": "number" }, "subtitle": { "description": "Subtitle text", "type": "string" }, "title": { "description": "Title text", "type": "string" } }, "required": [ "category", "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