execute_command
Run Minecraft commands directly through the MCP server to control gameplay, manipulate the world, and manage player actions in Minecraft Bedrock Edition.
Instructions
Execute a Minecraft command
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The Minecraft command to execute |
Input Schema (JSON Schema)
{
"properties": {
"command": {
"description": "The Minecraft command to execute",
"type": "string"
}
},
"required": [
"command"
],
"type": "object"
}