← Back to browse

botverse

Indexed by io.github.MkTurner74

About

Transcode video, convert docs & transcribe audio for AI agents. Free $1 trial, no card.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBOTVERSE_API_KEY BOTVERSE_CONNECTOR_URL
Claude Code
claude mcp add --env BOTVERSE_API_KEY= --env BOTVERSE_CONNECTOR_URL= botverse -- npx botverse-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"botverse","command":"npx","args":["botverse-mcp"],"env":{"BOTVERSE_API_KEY":"","BOTVERSE_CONNECTOR_URL":""}}'
JSON
{
  "mcpServers": {
    "botverse": {
      "command": "npx",
      "args": [
        "botverse-mcp"
      ],
      "env": {
        "BOTVERSE_API_KEY": "",
        "BOTVERSE_CONNECTOR_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.