> ## Documentation Index
> Fetch the complete documentation index at: https://docs.htmldrop.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor and Cline

> Add the remote server to your MCP settings JSON.

Both read a JSON MCP configuration. Add htmldrop as a remote server:

```json theme={null}
{
  "mcpServers": {
    "htmldrop": { "url": "https://htmldrop.app/mcp" }
  }
}
```

**Cursor**: Settings → MCP → add the server, or edit `.cursor/mcp.json` in your
project.
**Cline**: the MCP servers panel, or `cline_mcp_settings.json`.

The first publish opens a browser for OAuth approval. No keys in the config file.

## Using it

> Publish the current file to htmldrop and give me the link

Since both tools can see your workspace, they can publish a built folder as
easily as a single file — run your build first, then ask for the output directory
to be published.
