Skip to main content
Glama

mcp-minecraft

send-chat

Send in-game chat messages in Minecraft using the MCP server, enabling real-time communication and interaction within the game environment.

Instructions

Send a chat message in-game

Input Schema

NameRequiredDescriptionDefault
messageYesMessage to send in chat

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "Message to send in chat", "type": "string" } }, "required": [ "message" ], "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/yuniko-software/minecraft-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server