Get Started with Claude Code

This guide will walk you through the setup process for getting started with Claude Code.

Check your environment

  1. Open a command-line prompt, Windows Terminal if you have it installed, or else Command Prompt or Windows Powershell from the Start menu.

  2. Setup uno.check by installing or updating the tool with:

    dotnet tool update -g uno.check
    
  3. Run the tool from the command prompt with the following command:

    uno-check
    

    You can optionally add the --target desktop --target web (or ios, android, windows) parameters based on your intended development platforms.

  4. Follow the instructions indicated by the tool.

You can find additional information about uno-check here.

You can find additional information about uno-check here.

Setting up Uno Platform MCPs

  1. Install Claude Code from the CLI

  2. Register the Uno Platform MCPs:

    claude mcp add --transport http uno https://mcp.platform.uno/v1
    claude mcp add --transport stdio "uno-app" -- dotnet dnx -y uno.devserver --mcp-app
    
  3. Open Claude and run:

    /mcp
    

    This will show the Uno Platform MCPs available to the agent.

Next Steps

Now that you are set up, let's create your first app.