# Claude Code

### Setup <a href="#setup" id="setup"></a>

1. Open your terminal and run this command to register the Arcade MCP server:

   ```bash
   claude mcp add arcade --scope user -- npx mcp-remote https://mcp.arcade.software/mcp
   ```
2. Once done, run this command to open the MCP menu.

   ```bash
   claude /mcp
   ```
3. Select **arcade**, then select **Enable**.
4. On first use, a browser window will open automatically. Sign in with your Arcade account to authorize access.

### Usage <a href="#usage" id="usage"></a>

Let's try, ask Claude to make your first video.

```plaintext
Make a 30-second product launch video about [New feature].
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arcade.software/kb/leverage/mcp/supported-clients/claude-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
