D
Doubao Image Video
Integrates with Doubao (ByteDance's AI platform) to generate images from text prompts, create videos from descriptions, and check video generation status.
Share:
About
Integrates with Doubao (ByteDance's AI platform) to generate images from text prompts, create videos from descriptions, and check video generation status.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Doubao Image Video.
- What is the primary function of the Doubao Image Video MCP?
- The Doubao Image Video MCP integrates with ByteDance's Doubao AI platform. It generates images from text prompts and creates videos from descriptions, and also offers functionality to check the status of video generation tasks.
- Does the Doubao Image Video MCP require authentication or API keys?
- Based on the provided information, the Doubao Image Video MCP uses 'none' as an authentication type, indicating no explicit API key or OAuth is required for its direct operation. However, the underlying Doubao service it connects to may have its own authentication requirements.
- How can I check the status of video generation with this MCP?
- The Doubao Image Video MCP provides a capability to check the status of video generation tasks. The specific method or tool for checking status would be exposed through the client or interface interacting with this MCP.
- What are typical use cases for the Doubao Image Video MCP?
- Typical use cases involve generating visual content programmatically, such as creating images for marketing materials from text descriptions or generating videos for social media based on detailed prompts. It can also be used for creative content generation workflows.
- Can I use the Doubao Image Video MCP to create videos from text?
- Yes, the Doubao Image Video MCP allows you to create videos from descriptions. This means you can provide textual input specifying the desired video content, which the MCP then processes through the Doubao AI platform to generate a video.
- Is there a cost associated with using the Doubao Image Video MCP?
- The cost associated with using the Doubao Image Video MCP depends on the underlying Doubao AI platform's pricing model. While the MCP itself is a connector, the actual generation of images and videos may incur charges from ByteDance's service.
Install Doubao Image Video
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"doubao-image-video": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-doubao-image-video"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"doubao-image-video": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-doubao-image-video"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"doubao-image-video": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-doubao-image-video"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.