What is the io.github.MkTurner74/botverse MCP server?
Video transcoding and document conversion for AI agents. Per-job billing, no infrastructure.
How to install io.github.MkTurner74/botverse
Copy-paste configuration for popular MCP clients.
BOTVERSE_API_KEYsecretYour Botverse API key (bv_live_...). Generate at https://botverse.cloud/dashboard/api-keys
BOTVERSE_CONNECTOR_URLsecretYour Botverse connector URL (https://botverse.cloud/mcp?token=bv_sess_...). Alternative to API key — recommended for claude.ai and browser clients.
{
"mcpServers": {
"botverse": {
"command": "npx",
"args": [
"-y",
"botverse-mcp"
],
"env": {
"BOTVERSE_API_KEY": "<YOUR_BOTVERSE_API_KEY>",
"BOTVERSE_CONNECTOR_URL": "<YOUR_BOTVERSE_CONNECTOR_URL>"
}
}
}
}{
"mcpServers": {
"botverse": {
"command": "npx",
"args": [
"-y",
"botverse-mcp"
],
"env": {
"BOTVERSE_API_KEY": "<YOUR_BOTVERSE_API_KEY>",
"BOTVERSE_CONNECTOR_URL": "<YOUR_BOTVERSE_CONNECTOR_URL>"
}
}
}
}{
"mcpServers": {
"botverse": {
"command": "npx",
"args": [
"-y",
"botverse-mcp"
],
"env": {
"BOTVERSE_API_KEY": "<YOUR_BOTVERSE_API_KEY>",
"BOTVERSE_CONNECTOR_URL": "<YOUR_BOTVERSE_CONNECTOR_URL>"
}
}
}
}{
"servers": {
"botverse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"botverse-mcp"
],
"env": {
"BOTVERSE_API_KEY": "<YOUR_BOTVERSE_API_KEY>",
"BOTVERSE_CONNECTOR_URL": "<YOUR_BOTVERSE_CONNECTOR_URL>"
}
}
}
}claude mcp add botverse --env BOTVERSE_API_KEY=<YOUR_BOTVERSE_API_KEY> --env BOTVERSE_CONNECTOR_URL=<YOUR_BOTVERSE_CONNECTOR_URL> -- npx -y botverse-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.