OfflineCreator Studio MCP

MCP serverSecurity

This app connects your AI to OfflineCreator Studio so it can create images and videos on your behalf. Once added, your AI can generate visual content directly through your Studio account. You can sign in with OAuth or set up a command-line connection using npm.

Available today. Use it from your connected AI after setup.

After adding the app, connect your OfflineCreator Studio account using OAuth or the npm command-line option, then ask your AI to create an image or video.

Then ask your AI: use OfflineCreator Studio MCP

What your AI can do with it

  • Create images with OfflineCreator Studio
  • Create videos with OfflineCreator Studio
  • Sign in to your Studio account with OAuth
  • Connect through a command-line setup using npm

From the project's README

As published by offlinecreatorstudio/offlinecreator-mcp in README.md.

OfflineCreator Studio tools for image and video generation through the Model Context Protocol (MCP).

Version: 0.1.2
Recommended: https://mcp.offlinecreatorstudio.com/mcp (Streamable HTTP with client-managed OAuth)
Local fallback: npx -y @offlinecreator/mcp (stdio; OFFLINECREATOR_API_KEY required)

Quick start

For remote clients, add only the endpoint URL. Compatible clients manage OAuth authentication and credential storage. Do not add an API key to remote configuration.

{
  "mcpServers": {
    "offlinecreator": {
      "url": "https://mcp.offlinecreatorstudio.com/mcp"
    }
  }
}

For local stdio:

{
  "mcpServers": {
    "offlinecreator": {
      "command": "npx",
      "args": ["-y", "@offlinecreator/mcp"],
      "env": { "OFFLINECREATOR_API_KEY": "${OFFLINECREATOR_API_KEY}" }
    }
  }
}

See installation, client setup, and OAuth.

Tools

list_models, get_credits, generate, upload_input, get_generation, wait_generation, download_output, cancel_generation, and list_generations.

The public package contains the thin API client, stdio MCP server, and the reusable cryptographic request bridge exported as @offlinecreator/mcp/oauth-bridge. The hosted API, OAuth Worker, moderation, account, credit, and generation backend are proprietary and are not included in this repository.

Development

npm ci
npm run validate

The validation suite also checks formatting, types, dependency licenses, workflow action pins, stdio initialization, manifest/version consistency, local documentation links, the exact npm file list, and public files and Git history for secret patterns. See the release and supply-chain operations for protected publishing and maintainer settings.

Policy and legal

Anthropic's current Software Directory Policy does not accept software whose primary service is AI-generated images, video, or audio. OfflineCreator Studio is therefore not eligible for the public Claude Connectors Directory at this time. Claude custom connectors remain supported through the remote MCP URL.

Licensed under the MIT License.

Signals

Last commit
Sep 2026
Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-offlinecreatorstudio-mcp
Source
github.com/offlinecreatorstudio/offlinecreator-mcp
Hosted endpoint
https://mcp.offlinecreatorstudio.com/mcp