CodeFizz
ToolsDemoDocsRoadmapChangelogPricingFAQ
Get the plugin

Getting Started

  • Introduction
  • Quick Start
  • Requirements
  • Installing the CLI
  • License & Machines

Guides

  • Installing the Plugin
  • The AI Skill
  • CLI vs MCP
  • Multiple Editors
  • How It Works
  • Discovering Commands

Walkthroughs

  • Build a Blueprint with AI
  • Author a Material Graph
  • Create a Niagara System

Reference

  • Reference
  • Niagara
  • PCG
  • Materials
  • StateTree
  • Sequencer
  • Level Actors
  • Project Settings
  • Blueprints
  • Blueprint Structs
  • Enhanced Input
  • Asset Management
  • Bulk Asset Ops
  • Data Assets
  • Object Properties
  • UMG Widgets
  • Data Tables
  • Curves
  • Console Commands
  • Profiling
  • Core
  • Debug

Help

  • FAQ
  • Troubleshooting
  • For AI Agents
DocsGetting StartedInstalling the CLI

Installing the CLI

Install the free cfa command line tool with one PowerShell command or from npm, and keep it updated with cfa self-update.

Loading…
PreviousRequirementsNextLicense & Machines
CodeFizz

A drop-in Unreal Engine 5 plugin that exposes the entire editor surface (Blueprints, Materials, Niagara, PCG, StateTree, Insights profiling, and more) over the Model Context Protocol. Connect Claude Code, Cursor, VS Code, or any MCP-compatible client and let your AI build inside the engine.

Product

  • Features
  • Docs
  • Tools
  • Demo
  • Roadmap
  • Changelog
  • Pricing
  • FAQ

Resources

  • Install guide
  • Discord
  • YouTube
  • Open-source edition
  • Manage subscription

Legal

  • Refund Policy
  • Privacy Policy
  • Terms of Service

© 2026 CodeFizz. All rights reserved.

CodeFizz Editor Agent is a CodeFizz product. Payments processed by Polar Software, Inc. (Polar), the Merchant of Record.

The cfa CLI is free and self contained. The PowerShell one-liner is the recommended install: it needs nothing else, no Node and no npm. Prefer npm? Use the second tab.

Install the CLI

powershell
irm https://codefizz.dev/install.ps1 | iex

No Node or npm needed. From classic Command Prompt: powershell -c "irm https://codefizz.dev/install.ps1 | iex"

Update the CLI

Updating the CLI is separate from the plugin. cfa self-update knows how you installed it and does the right thing: a direct install replaces itself, an npm install runs npm for you.

powershell
cfa self-update

Works for both install methods: a direct install replaces itself, an npm install runs npm for you.

Refresh the AI skill afterward (restart your AI tool to reload it):

bash
cfa skill install