Skip to content
Grok

botverse for Grok

io.github.mkturner74/botverse

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

client:Grok transport:stdio runtime:npm

Install botverse in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "botverse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "botverse-mcp"
      ],
      "env": {
        "BOTVERSE_API_KEY": "<BOTVERSE_API_KEY>",
        "BOTVERSE_CONNECTOR_URL": "<BOTVERSE_CONNECTOR_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

botverse in other clients