Skip to main content
Glama
Mming-Lab
by Mming-Lab

Related Servers

Alternatives to Minecraft Bedrock MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      A 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 npm
      2
      MIT
    • -
      license
      Not graded
      quality
      Not graded
      maintenance
      A 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.
      -
    • A
      license
      D
      quality
      D
      maintenance
      A TypeScript MCP server demo supporting local Stdio and remote Streamable HTTP, demonstrating tool invocation for AI agents.
      2
      MIT

    TDQS

    B3/5.0

    Scored across 21 tools

    Disambiguation4/5

    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.

    Naming Consistency4/5

    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.

    Tool Count3/5

    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.

    Completeness5/5

    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.