Back to Uno

Get Started with Claude Code

doc/articles/get-started-ai-claude.md

6.6-release-branch-cut1022 B
Original Source

Get Started with Claude Code

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

Check your environment

[!includegetting-help]

Setting up Uno Platform MCPs

  1. Install Claude Code from the CLI

  2. Register the Uno Platform MCPs:

    bash
    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-app
    
  3. Start Claude Code in your terminal and then run:

    bash
    /mcp
    

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

    [!IMPORTANT] The uno-app MCP may fail to load unless Claude is opened in a folder containing an Uno Platform app.

Next Steps

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