Skip to main content
Glama

Minecraft MCP Server

by leo4life2

joinGame

Spawn a bot into a Minecraft server to assist with tasks like movement, combat, crafting, or building. Specify the bot's username and server details to automate gameplay efficiently.

Instructions

Spawn a bot into the Minecraft game

Input Schema

NameRequiredDescriptionDefault
hostNoMinecraft server host (defaults to 'localhost' or command line option)
portNoMinecraft server port (defaults to 25565 or command line option)
usernameYesThe username for the bot

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "Minecraft server host (defaults to 'localhost' or command line option)", "type": "string" }, "port": { "description": "Minecraft server port (defaults to 25565 or command line option)", "type": "number" }, "username": { "description": "The username for the bot", "type": "string" } }, "required": [ "username" ], "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