New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@snopek-games/godai

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snopek-games/godai

Godot automation CLI, with an MCP server for AI agents

latest
Source
npmnpm
Version
0.5.0
Version published
Weekly downloads
45
-43.75%
Maintainers
1
Weekly downloads
 
Created
Source

Godai

A CLI for automating the Godot Engine editor - creating and editing scenes, writing scripts, running projects, and more - plus an MCP server so AI agents (like Claude) can do the same things.

This package is a small launcher that runs the prebuilt godai binary for your platform, which is installed automatically as an optional dependency.

Usage

As a CLI:

npx -y @snopek-games/godai project list
npx -y @snopek-games/godai editor-tool --help

As an MCP server, with Claude Code:

claude mcp add godai -- npx -y @snopek-games/godai mcp

Or in any MCP client that uses a JSON configuration file (Claude Desktop, Cursor, etc):

{
  "mcpServers": {
    "godai": {
      "command": "npx",
      "args": ["-y", "@snopek-games/godai", "mcp"]
    }
  }
}

Run npx -y @snopek-games/godai --help to see the available commands, and npx -y @snopek-games/godai <command> --help for any one of them.

Upgrading from @snopek-games/godai-mcp

This package replaces @snopek-games/godai-mcp. The MCP server is now the mcp subcommand rather than what the bare command does, so an existing configuration needs "mcp" added to its arguments.

Supported platforms

  • Linux x86_64 and arm64
  • Windows x86_64 and arm64
  • macOS arm64 (Apple Silicon)

Prebuilt binaries can also be downloaded directly from the releases page if you'd rather not use npm.

License

MIT

Keywords

godot

FAQs

Package last updated on 07 Sep 2026

Related posts