HomeDesign & Media › botverse-mcp

botverse-mcp

Transcode/conform/splice video, convert docs, transcribe audio for AI agents. Free $1 trial.

TypeScript Cloud macOSWindowsLinux
★ 1 stars Last pushed 2026-09-18 License: MIT

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.5.1)

npx -y botverse-mcp@1.5.1

Or add to your MCP client config:

{
  "mcpServers": {
    "botverse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "botverse-mcp@1.5.1"
      ],
      "env": {
        "BOTVERSE_API_KEY": "<YOUR_VALUE>",
        "BOTVERSE_CONNECTOR_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • BOTVERSE_API_KEY secret — Your Botverse API key (bv_live_...). Generate at https://botverse.cloud/dashboard/api-keys
  • BOTVERSE_CONNECTOR_URL secret — Your Botverse connector URL (https://botverse.cloud/mcp?token=bv_sess_...). Alternative to API key — recommended for claude.ai and browser clients.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry