# Other clients

Any MCP client that supports [Streamable HTTP](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http) and OAuth can connect to Arcade.

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

1. Find the MCP or integrations section in your tool's settings.
2. Add a new HTTP MCP server.
3. Paste the server URL:

   ```plaintext
   https://mcp.arcade.software/mcp
   ```
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/other-clients.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.
