A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install unoplatform-uno --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/unoplatform/uno/HEAD/CLAUDE.md---
uid: Uno.GetStarted.AI.Claude
---
# Get Started with Claude Code
This guide will walk you through the setup process for getting started with Claude Code.
## Check your environment
[!include[getting-help](includes/use-uno-check-inline-noheader.md)]
## Setting up Uno Platform MCPs
1. Install [Claude Code](https://code.claude.com/docs/en/overview) from the CLI
1. 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
```
1. 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](https://github.com/anthropics/claude-code/issues/4384) 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](xref:Uno.GettingStarted.CreateAnApp.AI.Claude).