Skip to main content
Glama

mcp-minecraft

package.json1.34 kB
{ "name": "minecraft-mcp-server", "version": "1.0.0", "type": "module", "main": "dist/main.js", "bin": { "minecraft-mcp-server": "dist/main.js" }, "ava": { "extensions": [ "ts" ], "nodeArguments": [ "--import=tsx" ] }, "scripts": { "dev": "node --loader=ts-node/esm src/main.ts", "build": "tsc -p tsconfig.build.json", "prepare": "npm run build", "start": "node dist/main.js", "test": "ava", "lint": "eslint \"{src,tests}/**/*.ts\"", "lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.21.0", "minecraft-data": "^3.100.0", "mineflayer": "^4.33.0", "mineflayer-pathfinder": "^2.4.2", "vec3": "^0.1.8", "yargs": "^18.0.0", "zod": "^3.25.74" }, "devDependencies": { "@ava/typescript": "^6.0.0", "@types/node": "^24.10.0", "@types/sinon": "^17.0.4", "@types/vec3": "^0.1.4", "@types/yargs": "^17.0.34", "@typescript-eslint/eslint-plugin": "^8.46.3", "@typescript-eslint/parser": "^8.46.2", "ava": "^6.4.1", "eslint": "^9.39.0", "eslint-plugin-ava": "^15.1.0", "globals": "^15.9.0", "sinon": "^21.0.0", "ts-node": "^10.9.2", "tsx": "^4.19.0", "typescript": "^5.9.3" }, "engines": { "node": ">=20.10.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/yuniko-software/minecraft-mcp-server'

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