Enables 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.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_SERVER_URL— Local MCP server URL for scripts http://127.0.0.1:8000/mcpDASHBOARD_PORTDEDALUS_MODEL— Model for the agent openai/gpt-5.2DEDALUS_API_KEY— export =your_key_hereMINECRAFT_HOST— Minecraft server host for join_game 127.0.0.1MINECRAFT_PORT— Edit .env: set DEDALUS_API_KEY, (e.g. your LAN port), etc.MINECRAFT_USERNAME— Bot username in-game DedalusBotAGENT_MCP_URL— MCP URL the agent uses. Default is local. Set to public URL for cloud agent. (optional)MINECRAFT_MCP_DATA_DIR— Directory for persistent data (skills, memory, plans, session) .minecraft_mcp_data[](https://m8ven.ai/mcp/kevin-liu-01-minecraft-agent-sy8xg1)