minecraft-mcp-server
Verified Safeby yuniko-software
Overview
Enables large language models to control a Minecraft character as an AI agent via the Model Context Protocol.
Installation
npx -y github:yuniko-software/minecraft-mcp-server --host localhost --port 25565 --username ClaudeBotSecurity 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
fastmcp
An ergonomic, extensible, and high-performance framework for building and interacting with Model Context Protocol (MCP) servers and clients. It facilitates modular AI component development and robust integration with external APIs via OpenAPI specifications.
unity-mcp
MCP for Unity allows AI assistants to interact with the Unity Editor for asset management, scene control, script editing, and task automation through natural language.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
mcp-framework
A Rust framework implementing the Model Context Protocol for building production-ready MCP servers, clients, and intelligent AI agents that integrate with LLMs for tool use and browser automation.