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

# Modellix Media Generation

> Modellix Media Generation is an MCP server for image, video, and speech generation. It is in development.

<Info>
  **Modellix Media Generation** is in development. Stay tuned — install instructions and client configs will land on this page when the server is ready.
</Info>

**Modellix Media Generation** is an MCP server for generating images, videos, and speech through Modellix from MCP clients such as Cursor and Claude Desktop.

This is not the [Docs](/ways-to-use/docs-search-mcp) MCP, which only searches these docs.

## Until It Ships

Use these supported paths for media generation today:

<Columns cols={2}>
  <Card title="REST API" icon="code" href="/ways-to-use/api">
    Submit async image, video, and speech tasks over HTTP.
  </Card>

  <Card title="Skill" icon="wrench" href="/ways-to-use/skill">
    Teach coding agents how to discover models and run generation.
  </Card>

  <Card title="CLI" icon="terminal" href="/ways-to-use/cli">
    Authenticate, submit tasks, wait, and download results from the terminal.
  </Card>

  <Card title="Playground" icon="play" href="/ways-to-use/playground">
    Generate and preview media in the browser with no code.
  </Card>
</Columns>
