Skip to main content
Glama

Minecraft MCP Server

by zeeweebee
Apache 2.0

send-chat

Send custom chat messages in Minecraft using the MCP Server. Enables AI-controlled characters or bots to communicate in-game through predefined commands.

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/zeeweebee/mcp-server'

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