MCP Minecraft Remote

by nacal
Verified

sendChat

Send custom chat messages to a Minecraft server using this tool, enabling communication and coordination with players directly from an AI assistant.

Instructions

Send a chat message to the Minecraft server

Input Schema

NameRequiredDescriptionDefault
messageYesMessage to send to the server

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "Message to send to the server", "type": "string" } }, "required": [ "message" ], "type": "object" }
ID: 86ml5tqneo