npm @offlinecreator/mcpstreamable-httpMITupdated 8d ago
OfflineCreator Studio tools for image and video generation through the Model Context Protocol (MCP).
OfflineCreator Studio 能做什么?
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.
安装
把 OfflineCreator Studio 添加到你的客户端。选择你正在使用的那个。
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.offlinecreatorstudio.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @offlinecreator/mcpcodex mcp add mcp -- npx -y @offlinecreator/mcpamp mcp add mcp -- npx -y @offlinecreator/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@offlinecreator/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@offlinecreator/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@offlinecreator/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@offlinecreator/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@offlinecreator/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@offlinecreator/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@offlinecreator/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @offlinecreator/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.2最新 | 2026年8月8日 |