Skip to main content
Glama

Minecraft MCP Server

by leo4life2

sendChat

Send chat messages or commands to the Minecraft MCP Server with optional delay. Use it to communicate, execute commands, or whisper to players directly from your AI agent.

Instructions

Send chat messages or commands to the server. Can send regular messages, commands (starting with /), or whispers.

Input Schema

NameRequiredDescriptionDefault
delayNoOptional delay in milliseconds before sending (default: 0, max: 5000)
messageYesThe message or command to send (max 256 characters)

Input Schema (JSON Schema)

{ "properties": { "delay": { "description": "Optional delay in milliseconds before sending (default: 0, max: 5000)", "type": "number" }, "message": { "description": "The message or command to send (max 256 characters)", "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/leo4life2/minecraft-mcp-http'

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