Doubao Mcp

by wwwzhouhui

1k downloads
Not rated
GitHub

About

Doubao Mcp.

Details

Author
wwwzhouhui
Downloads
1,049
Categories
Other, AI

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Doubao Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "doubao-mcp-server": {
      "command": "uvx",
      "args": [
        "doubao-mcp-server"
      ],
      "env": {
        "DOUBAO_API_KEY": "your-api-key-here"
      }
    }
  }
}

text_to_image

文生图功能 - 根据文本描述生成图片 Args: prompt: 图片描述提示词 size: 图片尺寸,格式为"宽x高",如"1024x1024" model: 使用的模型名称 Returns: 包含图片URL或错误信息的字典

image_to_video

图生视频功能 - 根据图片和文本描述生成视频 Args: prompt: 视频描述提示词 image_base64: 图片的base64编码字符串 duration: 视频时长(秒) ratio: 视频比例,如"16:9" model: 使用的模型名称 Returns: 包含视频URL或错误信息的字典

text_to_video

文生视频功能 - 根据文本描述生成视频 Args: prompt: 视频描述提示词 duration: 视频时长(秒) ratio: 视频比例,如"16:9" model: 使用的模型名称 Returns: 包含视频URL或错误信息的字典

encode_image_to_base64

将本地图片文件编码为base64字符串 Args: image_path: 图片文件路径 Returns: 包含base64编码字符串或错误信息的字典

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "doubao mcp": {
            "doubao-mcp-server": {
                "command": "uvx",
                "args": [
                    "doubao-mcp-server"
                ],
                "env": {
                    "DOUBAO_API_KEY": "your-api-key-here"
                }
            }
        }
    }
}

McpServers

{
    "doubao-mcp-server": {
        "command": "uvx",
        "args": [
            "doubao-mcp-server"
        ],
        "env": {
            "DOUBAO_API_KEY": "your-api-key-here"
        }
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.