OfflineCreator Studio MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OfflineCreator Studio MCPGenerate an image of a serene lake at sunset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Krea MCP Server
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 validateThe 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Flicense-qualityCmaintenanceMCP server for Kairogen that enables generating images and videos with various models via OAuth authentication.- AlicenseAqualityDmaintenanceMCP server for Krea.ai enabling AI image and video generation using models like Flux, Hailuo, Runway, Kling, and others via natural language prompts.9287Apache 2.0
- Alicense-qualityAmaintenanceMCP server for generating images and videos using Google Gemini and VEO models, with support for multiple AI models and credential modes.1Apache 2.0
- AlicenseAqualityDmaintenanceMCP server for AI-powered media generation: images, videos, audio, and upscaling using 99 AI models.6MIT
Related MCP Connectors
MCP server for Wan AI video generation
MCP server for Google Veo AI video generation
MCP server for Luma Dream Machine AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OfflineCreatorStudio/offlinecreator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server