{
  "markdown": "# OfflineCreator Studio MCP\n\n[OfflineCreator Studio](https://offlinecreatorstudio.com) tools for image and video generation through the Model Context Protocol (MCP).\n\n**Version:** 0.1.2  \n**Recommended:** `https://mcp.offlinecreatorstudio.com/mcp` (Streamable HTTP with client-managed OAuth)  \n**Local fallback:** `npx -y @offlinecreator/mcp` (stdio; `OFFLINECREATOR_API_KEY` required)\n\n## Quick start\n\nFor remote clients, add only the endpoint URL. Compatible clients manage OAuth authentication and credential storage. Do not add an API key to remote configuration.\n\n```json\n{\n  \"mcpServers\": {\n    \"offlinecreator\": {\n      \"url\": \"https://mcp.offlinecreatorstudio.com/mcp\"\n    }\n  }\n}\n```\n\nFor local stdio:\n\n```json\n{\n  \"mcpServers\": {\n    \"offlinecreator\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@offlinecreator/mcp\"],\n      \"env\": { \"OFFLINECREATOR_API_KEY\": \"${OFFLINECREATOR_API_KEY}\" }\n    }\n  }\n}\n```\n\nSee [installation](docs/install.md), [client setup](docs/clients.md), and [OAuth](docs/oauth.md).\n\n## Tools\n\n`list_models`, `get_credits`, `generate`, `upload_input`, `get_generation`, `wait_generation`, `download_output`, `cancel_generation`, and `list_generations`.\n\nThe 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.\n\n## Development\n\n```bash\nnpm ci\nnpm run validate\n```\n\nThe validation suite also checks formatting, types, dependency licenses,\nworkflow action pins, stdio initialization, manifest/version consistency, local\ndocumentation links, the exact npm file list, and public files and Git history\nfor secret patterns. See the [release and supply-chain operations](docs/releasing.md)\nfor protected publishing and maintainer settings.\n\n## Policy and legal\n\nAnthropic'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.\n\n- [Security](SECURITY.md)\n- [Release operations](docs/releasing.md)\n- [Support](SUPPORT.md)\n- [Contributing](CONTRIBUTING.md)\n- [Privacy](https://offlinecreatorstudio.com/privacy)\n- [Terms](https://offlinecreatorstudio.com/terms)\n- [Acceptable use](https://offlinecreatorstudio.com/acceptable-use)\n\nLicensed under the [MIT License](LICENSE).\n",
  "bytes": 2586,
  "sha": "431dca51871ef1acf983568f4c1dbf215c3921b0c0523f2b851285bdfb04ffe5",
  "repo_slug": "offlinecreatorstudio/offlinecreator-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_offlinecreatorstudio_mcp_9245796a/readme"
}