Skip to content
VS Code

volcengine for VS Code

io.github.expertvagabond/volcengine

ByteDance Volcano Engine (Doubao) MCP server

client:VS Code transport:stdio runtime:npm

Install volcengine in VS Code

.vscode/mcp.json

{
  "servers": {
    "volcengine": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "volcengine-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

volcengine in other clients