71
/ 100
1 month ago
glama

Minecraft Dedalus MCP

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.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: DEDALUS_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_SERVER_URLLocal MCP server URL for scripts http://127.0.0.1:8000/mcp
configDASHBOARD_PORT
configDEDALUS_MODELModel for the agent openai/gpt-5.2
🔐 secretDEDALUS_API_KEYexport =your_key_here
configMINECRAFT_HOSTMinecraft server host for join_game 127.0.0.1
configMINECRAFT_PORTEdit .env: set DEDALUS_API_KEY, (e.g. your LAN port), etc.
configMINECRAFT_USERNAMEBot username in-game DedalusBot
configAGENT_MCP_URLMCP URL the agent uses. Default is local. Set to public URL for cloud agent. (optional)
configMINECRAFT_MCP_DATA_DIRDirectory for persistent data (skills, memory, plans, session) .minecraft_mcp_data
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/kevin-liu-01-minecraft-agent-sy8xg1)](https://m8ven.ai/mcp/kevin-liu-01-minecraft-agent-sy8xg1)
commit: 6e4d52af1e03cf6c2c9a7d697f06fb5a66650558
code hash: 79a84dca23afbffb1a2805179b4db71f82294466e071ae32e04b019c6c20450d
verified: 6/17/2026, 12:08:37 PM
view raw JSON →