Skip to main content
Glama

Minecraft MCP Server

by leo4life2

joinGame

Spawn a bot into Minecraft using a username. Specify host and port to connect to any Minecraft server. Enables AI agents to join and control in-game actions for tasks like movement, crafting, and building.

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