Skip to content
Cursor

volcengine for Cursor

io.github.expertvagabond/volcengine

ByteDance Volcano Engine (Doubao) MCP server

client:Cursor transport:stdio runtime:npm

Install volcengine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

volcengine in other clients