
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
bizmuse-mcp
Advanced tools
Official BizMuse MCP server for AI music video generation in Claude, Cursor, Codex, and Windsurf.
Give AI agents a structured music video generation workflow.
The official Model Context Protocol server for BizMuse AI. It connects Claude, Cursor, Codex, Windsurf, and compatible clients to one asynchronous music video workflow.
npx -y bizmuse-mcp
For MCPB-compatible directories and desktop clients, build a portable bundle with:
npm run bundle:mcpb
The generated artifact is written to artifacts/bizmuse-mcp-<version>.mcpb and can be published as a local stdio server on Smithery.
The package is registered as ai.bizmuse/bizmuse in the official MCP Registry. Namespace ownership is verified directly through bizmuse.ai; no maintainer's personal GitHub identity is exposed as the publisher namespace.
Set your API key outside the conversation history:
export BIZMUSE_API_KEY=sk_your_api_key_here
BIZMUSE_API_URL is optional and defaults to https://bizmuse.ai.
The server can initialize and expose its tool catalog without credentials so MCP clients and directories can inspect its capabilities. Any tool that calls the BizMuse API still requires BIZMUSE_API_KEY and returns an actionable authentication error when it is missing.
Add this server to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bizmuse": {
"command": "npx",
"args": ["-y", "bizmuse-mcp"],
"env": {
"BIZMUSE_API_KEY": "sk_your_api_key_here"
}
}
}
}
| Tool | Purpose |
|---|---|
upload_audio | Upload a local audio file or retain a direct public audio URL |
upload_image | Upload 1-7 local reference images |
list_models | Discover available music video models |
generate_music_video | Submit an asynchronous BizMuse MV task |
get_task_status | Refresh task progress |
get_task_result | Retrieve the completed video and cover |
get_credit_balance | Check the authenticated account balance |
The safe sequence is upload_audio → upload_image → generate_music_video → get_task_status → get_task_result.
The MCP process runs locally and communicates with bizmuse.ai. Local files are uploaded only when an upload tool is invoked. API keys are read from the process environment and are never returned as tool output.
MIT © BizMuse AI
FAQs
Official BizMuse MCP server for AI music video generation in Claude, Cursor, Codex, and Windsurf.
The npm package bizmuse-mcp receives a total of 82 weekly downloads. As such, bizmuse-mcp popularity was classified as not popular.
We found that bizmuse-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.