Odel
botverse mcp

botverse mcp

Local
@mkturner741JavaScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbotverse-mcpv1.5.0

Run

npx -y botverse-mcp

MCP client config

{
  "mcpServers": {
    "botverse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "botverse-mcp"
      ]
    }
  }
}