mcpbeat Sign in

Botverse MCP Server

by mkturner74 Your server? Claim it
local only

Botverse runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from npm. Last commit 5 Sep 2026.

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

Installs per day peak 210 · avg 27 · +17% w/w
a month agotoday
85
Installs / week
npm · botverse-mcp
1
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Botverse every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add botverse -- npx -y botverse-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "botverse": {
      "args": [
        "-y",
        "botverse-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.botverse]
command = "npx"
args = ["-y", "botverse-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "botverse": {
      "args": [
        "-y",
        "botverse-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "botverse": {
      "args": [
        "-y",
        "botverse-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BOTVERSE_API_KEY (Your Botverse API key (bv_live_...). Generate at https://botverse.cloud/dashboard/api-keys), BOTVERSE_CONNECTOR_URL (Your Botverse connector URL (https://botverse.cloud/mcp?token=bv_sess_...). Alternative to API key — recommended for claude.ai and browser clients.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Botverse

same job, measured the same way
Editclips
by editclips

Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.

5 tools answering
Elevenlabs
by mcparmory

Convert text to speech, transcribe audio, and dub videos with AI voices

241 installs/wk local only
Transcribe
by transcribevideototext

Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, webhooks.

answering
FileConvert
by file-convert

Convert files between 110+ document, image, audio, video, archive and ebook formats from AI agents.

answering
Groupdocs Markdown MCP
by groupdocs-markdown

MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents.

local only
Speechmatics
by usefulapi

Transcribe audio and video with Speechmatics speech-to-text from Claude and any MCP client.

7 tools answering
Hushvert
by hushvert

File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API.

50 installs/wk local only
CrispASR Agent Transcriber
by emiyakatuz

Transcribe and understand local audio/video with CrispASR and local models only.

138 installs/wk local only

Botverse — questions

Answers built from our own checks of this server.

Why is there no uptime for Botverse?
Botverse runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package botverse-mcp was installed 85 times last week.
How do I connect Botverse?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls botverse-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Botverse?
The npm package botverse-mcp was installed 85 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Botverse open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.