botverse for Cline
io.github.mkturner74/botverse
Transcode/conform/splice video, convert docs, transcribe audio for AI agents. Free $1 trial.
client:Cline
transport:stdio
runtime:npm
Install botverse in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"botverse": {
"command": "npx",
"args": [
"-y",
"botverse-mcp"
],
"env": {
"BOTVERSE_API_KEY": "<BOTVERSE_API_KEY>",
"BOTVERSE_CONNECTOR_URL": "<BOTVERSE_CONNECTOR_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs