Doubao Image/Video Generation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOUBAO_API_KEY | Yes | API 密钥 | |
| DOUBAO_IMAGE_ENDPOINT_ID | Yes | 图片生成推理接入点 ID | |
| DOUBAO_VIDEO_ENDPOINT_ID | Yes | 视频生成推理接入点 ID | |
| DOUBAO_DEFAULT_IMAGE_MODEL | No | 默认图片生成模型 | doubao-seedream-4-5 |
| DOUBAO_DEFAULT_VIDEO_MODEL | No | 默认视频生成模型 | doubao-seedance-1.0-lite-t2v |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageA | 使用豆包 Seedream 模型生成图片 支持功能:
参数说明:
重要提示: 如果遇到 InvalidEndpointOrModel.NotFound 错误,请在火山引擎控制台创建推理接入点,并使用 endpoint_id 参数 |
| generate_videoA | 使用豆包 Seedance 模型生成视频 支持功能:
参数说明:
返回: 任务 ID,需要使用 query_video_task 查询结果 |
| query_video_taskA | 查询豆包视频生成任务的状态和结果 视频生成是异步任务,需要使用此工具查询任务状态:
参数说明:
返回: 任务状态和结果 (成功时包含视频下载 URL) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/156554395/doubao-image-video-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server