
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@offlinecreator/mcp
Advanced tools
OfflineCreator Studio MCP server for remote OAuth and local stdio clients
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)
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.
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.
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.
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.
FAQs
OfflineCreator Studio MCP server for remote OAuth and local stdio clients
The npm package @offlinecreator/mcp receives a total of 530 weekly downloads. As such, @offlinecreator/mcp popularity was classified as not popular.
We found that @offlinecreator/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.