
Sanzaru
- 7 repo stars
- Updated August 5, 2026
- TJC-LP/sanzaru
sanzaru is an agent skill that adds an MCP server for OpenAI multimodal APIs—Sora video, images, and audio—for coding agents.
About
sanzaru packages an MCP server that bridges OpenAI multimodal APIs—Sora video, image generation, and audio—to agent hosts such as Claude Code, Cursor, and Codex. Developers use it when they want generative media inside the same session that writes code, without hand-rolling HTTP clients for each modality. Install and configure the plugin, point your agent at the MCP endpoint, and invoke tools from natural-language tasks like storyboards, marketing clips, or voice assets for a product demo. The published readme is minimal; expect to follow the plugin repo for environment variables, model access, and rate limits. It fits content-heavy agents and internal creative pipelines more than enterprise ERP or batch ETL work.
- MCP server exposing OpenAI multimodal APIs to coding agents
- Sora video generation tool surface
- Image generation integration
- Audio generation integration
- Plugin-packaged for agent IDE workflows
Sanzaru by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add TJC-LP/sanzaru/plugin install sanzaru@sanzaru-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 7 |
|---|---|
| Last updated | August 5, 2026 |
| Repository | TJC-LP/sanzaru ↗ |
What it does
Wire OpenAI Sora, image, and audio APIs into Claude Code or Cursor via an MCP server so agents can generate multimodal assets in one workflow.
Who is it for?
Best when you're building content, demos, or agent products that need programmatic multimodal generation from the IDE.
Skip if: Skip if you only need text completions, lack OpenAI multimodal API access, or cannot allow network-backed agent tools.
When should I use this skill?
You need an MCP server for OpenAI multimodal APIs (Sora video, image generation, audio) inside your coding agent environment.
What you get
After setup, your agent can request video, image, and audio generations through MCP tools instead of one-off API scripts.
- Configured MCP server reachable from the agent
- Callable tools for video, image, and audio generation
Files
MCP server for OpenAI multimodal APIs (Sora video, image generation, audio)
sanzaru
Source: ./plugin
{ "name": "sanzaru", "source": "./plugin", "description": "MCP server for OpenAI multimodal APIs (Sora video, image generation, audio)" }
Related skills
How it compares
An MCP server plugin for agent hosts—not a standalone creative web app or a Prism workflow-only skill without tools.
FAQ
Who is sanzaru for?
It is for developers using Claude Code, Cursor, or similar agents who want OpenAI Sora, image, and audio capabilities exposed as MCP tools.
When should I use sanzaru?
Use it in Build while setting up agent-tooling: install the plugin, configure API access, and validate multimodal tool calls before you embed generated assets in a landing page or demo.
Is sanzaru safe to install?
Review the Security Audits panel on this Prism page, scope OpenAI API keys with least privilege, and understand that the MCP server requires network access to OpenAI services.