mcpbeat Sign in

Volcengine MCP Server

local only

Volcengine runs on your own machine — the client starts it, so there is no endpoint to ping. 228 installs a week from npm. Last commit 17 Mar 2026.

ByteDance Volcano Engine (Doubao) MCP server

Installs per day peak 387 · avg 152 · -30% w/w
a month agotoday
228
Installs / week
npm · volcengine-mcp
0
Stars
0 open issues
17 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 volcengine -- npx -y volcengine-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "volcengine": {
      "args": [
        "-y",
        "volcengine-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.volcengine]
command = "npx"
args = ["-y", "volcengine-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "volcengine": {
      "args": [
        "-y",
        "volcengine-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "volcengine": {
      "args": [
        "-y",
        "volcengine-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Volcengine

same job, measured the same way
Meok Governance Engine MCP
by csoai-org

Governance Engine MCP Server by MEOK AI Labs

338 installs/wk local only
MCP Seedance
by acedatacloud

MCP server for ByteDance Seedance AI video generation

1 446 installs/wk answering
Aide MCP Server
by netapp

MCP server for NetApp AI Data Engine

127 installs/wk local only
Creativity Engine MCP
by csoai-org

Creativity Engine MCP Server by MEOK AI Labs

226 installs/wk local only
I
Crypto Bytes
by mickymultani

Crypto Bytes MCP Server

66 installs/wk local only
Consciousness Engine MCP
by csoai-org

Consciousness Engine MCP Server by MEOK AI Labs

264 installs/wk local only
MCP Seedream Pro
by acedatacloud

MCP server for ByteDance Seedream AI image generation

1 159 installs/wk answering
MCP Trino
by tuannvm

MCP server for Trino distributed SQL query engine access

local only

Volcengine — questions

Answers built from our own checks of this server.

Why is there no uptime for Volcengine?
Volcengine 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 volcengine-mcp was installed 228 times last week.
How do I connect Volcengine?
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 volcengine-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Volcengine?
The npm package volcengine-mcp was installed 228 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Volcengine open source?
Yes — it is published under the MIT licence, written in Rust and 0 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.