minecraft-mcp-server
Related Servers
Alternatives to minecraft-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceAn MCP server that enables AI agents to play Minecraft with full bot capabilities including pathfinding, block interaction, crafting, combat, and more.297 npmMIT
- AlicenseNot gradedqualityBmaintenanceA plugin-based MCP server that enables AI assistants to interact with external systems through custom tools, resources, and prompts.4AGPL 3.0
- AlicenseAqualityDmaintenanceAn MCP server for Discord that enables AI assistants to interact with Discord servers, channels, and messages via the Discord API.66 npmMIT
- AlicenseNot gradedqualityDmaintenanceA set of MCP servers that allow AI assistants to control a Minecraft server and client, including running commands, managing plugins, taking screenshots, and calling arbitrary API methods via reflection.12MIT
- AlicenseBqualityCmaintenanceAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.1141 npm103MIT
- FlicenseBqualityCmaintenanceA lightweight MCP server that enables AI assistants to interact with the local machine through terminal, filesystem, and Python execution tools.91-
TDQS
Scored across 18 tools
Most tools target clearly distinct actions: chat, movement, building, world settings, and entity summoning are well separated. Minor overlap exists between get_bot_status (which includes position) and get_position, but descriptions clarify the aggregate vs. precise purpose.
The naming is mostly consistent lowercase snake_case with a verb-first pattern, e.g., send_chat, get_inventory, summon_entity. The exception is 'setblock' versus 'set_block' style, and a few prepositional names like look_at and fly_to are minor deviations.
With 18 tools, the server is on the heavier side but still defensible for a Minecraft bot covering movement, building, inventory, and world management. The count feels slightly broad rather than tightly scoped, but no tool is truly redundant.
The set covers chat, movement, building, teleportation, weather/time/gamerule control, and entity summoning. Notable gaps include no block breaking/reading, no disconnect tool, and no direct inventory manipulation beyond listing/giving items, which limits full lifecycle coverage.