🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

bizmuse-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bizmuse-mcp

Official BizMuse MCP server for AI music video generation in Claude, Cursor, Codex, and Windsurf.

latest
Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
110
-78.76%
Maintainers
1
Weekly downloads
 
Created
Source

BizMuse AI

BizMuse MCP Server

Give AI agents a structured music video generation workflow.

npm version Documentation MCP Registry Smithery MCP stdio MIT License

The official Model Context Protocol server for BizMuse AI. It connects Claude, Cursor, Codex, Windsurf, and compatible clients to one asynchronous music video workflow.

Run

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.

Configure

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.

Claude Desktop

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 Catalog

ToolPurpose
upload_audioUpload a local audio file or retain a direct public audio URL
upload_imageUpload 1-7 local reference images
list_modelsDiscover available music video models
generate_music_videoSubmit an asynchronous BizMuse MV task
get_task_statusRefresh task progress
get_task_resultRetrieve the completed video and cover
get_credit_balanceCheck the authenticated account balance

The safe sequence is upload_audioupload_imagegenerate_music_videoget_task_statusget_task_result.

Privacy

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.

License

MIT © BizMuse AI

Keywords

bizmuse

FAQs

Package last updated on 20 Jul 2026

Did you know?

Socket

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.

Install

Related posts