minecode-mcp
Verified Safeby AnCarsenat
Overview
Provides AI assistants with real-time access to Minecraft data, documentation, and datapack generators for development.
Installation
python -m minecode.serverSecurity Notes
The server primarily functions as an intermediary to established, public Minecraft-related APIs (Minecraft Wiki, Mojira, Spyglass, Misode). It does not appear to use 'eval', 'exec', or dangerous system commands on user-supplied input. Network risks are limited to outbound requests to known legitimate endpoints. The 'validate_datapack' tool is currently a simulated stub, mitigating potential file system interaction risks. The server communicates via standard I/O, not opening network ports.
Similar Servers
minecraft-mcp-server
Enables large language models (LLMs) like Claude to control a Minecraft character as a bot through the Model Context Protocol (MCP), performing various in-game actions.
FerrumMCP
A browser automation server for AI assistants, enabling interaction with web pages through the Model Context Protocol.
doc-bot
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.
code-buddy
Provides an AI-powered coding companion with comprehensive file system and development tools, integrating with MCP-compatible clients like Claude Desktop.