@skyphusion-labs/vivijure-mcp
v1.0.0
Published
Vivijure Studio MCP: drive the film studio API from an agent. Works with vivijure-cf and vivijure-local.
Maintainers
Readme
@skyphusion-labs/vivijure-mcp
Agent MCP for Vivijure Studio -- drive the film studio from Claude, Cursor,
or any MCP client. Stateless Model Context Protocol server that
proxies curated tools to the studio HTTP API (docs/CONTRACT.md in host repos).
Works against both control panel hosts
(vivijure-cf on Cloudflare, or
vivijure-local on a home PC / any cloud server)
by setting STUDIO_URL. Shared orchestration for those hosts lives in
vivijure-core.
Install
npm install @skyphusion-labs/vivijure-mcpDeploy (Cloudflare Workers)
Host repos ship wrangler.mcp.toml.example. Entry:
main = "node_modules/@skyphusion-labs/vivijure-mcp/dist/mcp.js"See docs/mcp.md for secrets, agent wiring, and the full tool catalog.
Package layout
| Import | Role |
|--------|------|
| @skyphusion-labs/vivijure-mcp | Default Worker export (fetch handler) |
| @skyphusion-labs/vivijure-mcp/mcp-env | McpEnv bindings |
| @skyphusion-labs/vivijure-mcp/mcp-tools | Tool catalog + runTool |
License
AGPL-3.0-only
