Get Started with Claude Code
This guide will walk you through the setup process for getting started with Claude Code.
Check your environment
Open a command-line prompt, Windows Terminal if you have it installed, or else Command Prompt or Windows Powershell from the Start menu.
Setup uno.check by installing or updating the tool with:
dotnet tool update -g uno.checkRun the tool from the command prompt with the following command:
uno-checkYou can optionally add the
--target desktop --target web(orios,android,windows) parameters based on your intended development platforms.Follow the instructions indicated by the tool.
You can find additional information about uno-check here.
Setting up Uno Platform MCPs
Install Claude Code from the CLI
Register the Uno Platform MCPs:
claude mcp add --scope user --transport http uno https://mcp.platform.uno/v1 claude mcp add --scope user --transport stdio "uno-app" -- dotnet dnx -y uno.devserver --mcp-appStart Claude Code in your terminal and then run:
/mcpThis will show the Uno Platform MCPs available to the agent.
Important
The
uno-appMCP may fail to load unless Claude is opened in a folder containing an Uno Platform app.
Setting up the Uno Platform Skills
Uno Platform ships a catalog of agent skills — covering areas such as MVUX, navigation, Uno Toolkit controls, theming, and UI testing — bundled in the uno-platform-studio plugin. Once installed, Claude Code automatically selects the relevant skills as it works on your prompts.
In Claude Code, install the plugin:
/plugin marketplace add unoplatform/studio /plugin install uno-platform-studio@uno-platformIf Claude Code prompts you to run
/reload-plugins, do so to apply the new plugin.
For the full skill catalog, update instructions, and other installation options, see Skills & Plugins.
Next Steps
Now that you are set up, let's create your first app.