Minecraft Bedrock MCP Server
Related Servers
Alternatives to Minecraft Bedrock MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA production-ready MCP server that gives an LLM agent standalone-equivalent control over a Mineflayer Minecraft bot — movement, mining, crafting, inventory, combat, containers, chat, and much more — exposed as 110 strongly-typed tools across 23 groups, with full bot lifecycle management and dual (poll + push) event streaming.50 npm2MIT
- AlicenseNot gradedqualityCmaintenanceProxy MCP server that translates tool calls into TypeScript code generation, enabling LLMs to orchestrate multi-tool workflows efficiently via code.1 npm14MIT
- -licenseNot gradedqualityNot gradedmaintenanceA TypeScript MCP server that enables AI assistants to create, manage, and manipulate 'crystals' - structured data containers for storing complex analysis, code, and knowledge that can be exported and reimported across different AI conversations.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to control Minecraft bots via natural language commands by bridging a Python MCP server with a Node.js Mineflayer bridge. It supports a wide range of in-game actions including complex pathfinding, resource gathering, crafting, and combat.10MIT
- AlicenseDqualityDmaintenanceA TypeScript MCP server demo supporting local Stdio and remote Streamable HTTP, demonstrating tool invocation for AI agents.2MIT
- AlicenseAqualityAmaintenanceA TypeScript MCP server that lets AI assistants interact with the Godot 4.x game engine: not just editing files, but playing the game.391,417 npm75MIT
TDQS
Scored across 21 tools
Most tools have distinct purposes, such as 'build_cube' for rectangular structures versus 'build_sphere' for spherical ones, with clear descriptions. However, 'agent' and 'player' overlap in movement/control aspects, and 'blocks' is a general tool that could be confused with specific build tools, causing some ambiguity.
The naming is mostly consistent with a 'verb_noun' or 'noun' pattern, such as 'build_cube', 'build_sphere', and 'execute_command'. Minor deviations exist, like 'minecraft_wiki' (noun_noun) and 'sequence' (single noun), but overall it remains readable and predictable.
With 21 tools, the count is borderline high for a Minecraft server, as it includes many specialized build tools (e.g., 'build_hyperboloid') that might be overkill. While comprehensive, it feels heavy and could overwhelm agents, though it aligns with the broad scope of building and world management.
The tool set provides complete coverage for Minecraft Bedrock operations, including building (various shapes), player management, world control, camera actions, and command execution. There are no obvious gaps; agents can perform CRUD-like actions and complex sequences without dead ends.