volcengine-mcp

Volcano Engine MCP Server

ByteDance Volcano Engine (Doubao) AI integration with Claude

npm GitHub stars MIT License

Quick Start

Claude Desktop / Claude Code config
{
  "mcpServers": {
    "volcengine-mcp": {
      "command": "npx",
      "args": ["volcengine-mcp@latest"]
    }
  }
}

Also works with bunx — replace "npx" with "bunx" in the config above