Back to Home
yuniko-software icon

minecraft-mcp-server

Verified Safe

by yuniko-software

Overview

Enables large language models to control a Minecraft character as an AI agent via the Model Context Protocol.

Installation

Run Command
npx -y github:yuniko-software/minecraft-mcp-server --host localhost --port 25565 --username ClaudeBot

Security Notes

The project leverages well-established and maintained libraries (Mineflayer, MCP SDK). Server connection details (host, port, username) are configurable via command-line arguments, preventing hardcoded secrets. The `stdio-filter.ts` file modifies standard output (`process.stdout.write` and `console.error`) to suppress verbose logs, which is a functional modification but not inherently malicious. The execution model using `npx github:...` implies trust in the GitHub repository for integrity, a common but noteworthy supply chain consideration. No direct shell command injection or `eval` usage from user input is apparent in the provided source code.

Similar Servers

Stats

Interest Score86
Security Score8
Cost ClassMedium
Avg Tokens200
Stars414
Forks33
Last Update2025-12-10

Tags

MinecraftBotLLMAI AgentMineflayer