Back to Browse

Offlinecreator MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Create images and videos with OfflineCreator Studio through OAuth or the npm stdio server.

About

Create images and videos with OfflineCreator Studio through OAuth or the npm stdio server.

Remote endpoints: streamable-http: https://mcp.offlinecreatorstudio.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Personal API key created in OfflineCreator Studio Settings. Required only for local stdio.Required

Environment variable: OFFLINECREATOR_API_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

OfflineCreator Studio MCP

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.

Reviews

No reviews yet

Be the first to review this server!