Skip to main content
Glama

Minecraft MCP Server

by zeeweebee
Apache 2.0
8
package.json919 B
{ "name": "minecraft-mcp-server", "version": "1.0.0", "main": "dist/bot.js", "type": "module", "bin": { "minecraft-mcp-server": "dist/bot.js" }, "scripts": { "prepare": "npm run build", "build": "tsc", "start": "node dist/bot.js", "lint": "eslint \"src/**/*.ts\" --max-warnings=100", "lint:fix": "eslint \"src/**/*.ts\" --fix" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "minecraft-data": "^3.93.0", "mineflayer": "^4.30.0", "mineflayer-pathfinder": "^2.4.2", "vec3": "^0.1.8", "yargs": "^18.0.0", "zod": "^3.25.74" }, "devDependencies": { "@types/node": "^24.0.10", "@types/vec3": "^0.1.4", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/parser": "^8.35.0", "eslint": "^9.31.0", "typescript": "^5.8.3" }, "engines": { "node": ">=16.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zeeweebee/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server