← Browse

@sc-lacanlale/godot-mcp-server

MCP server package godot-mcp-server

mcp_servermcp

Install

agr install @sc-lacanlale/godot-mcp-server --target claude

This artifact does not publish files for Claude.

Document

{ "name": "godot-mcp-server", "version": "1.0.0", "description": "Consolidated Godot MCP Server — live editor (WebSocket) + headless (GDScript) tools", "type": "module", "main": "dist/index.js", "bin": { "godot-mcp": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && node scripts/build.js && node scripts/build-visualizer.js", "start": "node dist/index.js", "dev": "nodemon --watch src --exec "tsc && node scripts/build.js && node dist/index.js"", "test": "vitest run", "test:watch": "vitest", "inspector": "npx @modelcontextprotocol/inspector dist/index.js" }, "keywords": [ "godot", "mcp", "fastmcp", "claude", "ai", "game-engine" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "@xenova/transformers": "^2.17.2", "fastmcp": "^1.27.7", "sqlite-vec": "^0.1.7-alpha.2", "sqlite3": "^5.1.7", "websocket": "^1.0.35", "ws": "^8.13.0", "zod": "^3.21.4" }, "devDependencies": { "@types/node": "^20.3.1", "@types/ws": "^8.5.5", "esbuild": "^0.20.0", "nodemon": "^2.0.22", "typescript": "^5.1.3", "vitest": "^2.1.9" }, "repository": { "url": "https://github.com/6NineLives/godot-mcp.git", "type": "git" } }

Trust

Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.

Versions

  • git-d3c32e5a75ae2026-08-05