# Zark

Create and edit creator-ready images and videos with Zark. Generate images, edit references, animate stills, create videos, transform media, and fetch generated file previews through one remote MCP s…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add zark/zarklab

# Browse available tools
npx -y smithery tool list zark/zarklab

# Get full schema for a tool
npx -y smithery tool get zark/zarklab generate_image

# Call a tool
npx -y smithery tool call zark/zarklab generate_image '{}'
```

## Direct MCP Connection

Endpoint: `https://zarklab.run.tools`

**Required config:**
- `X-API-Key` (header) — Your Zark API key

## Tools (6)

- `generate_image` — Create a new image from a prompt.
- `edit_image` — Edit, reframe, upscale, or remove content from an existing image.
- `generate_video` — Create a new video from a prompt.
- `animate_image` — Turn a source image into a video.
- `edit_video` — Edit, extend, upscale, add audio, lipsync, or motion-transfer a source video.
- `get_file` — Fetch metadata and a preview/download URL for a file ID.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get zark/zarklab <tool-name>
```
