wwwzhouhui/doubao_mcp_server
If you are the rightful owner of doubao_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Doubao MCP Server is a versatile server that integrates advanced AI generation capabilities from the Doubao API into various AI clients supporting the MCP protocol.
Doubao MCP Server is designed to bring the powerful multimodal generation capabilities of the Doubao API to AI clients that support the Model Context Protocol (MCP). This server allows users to generate high-quality images, videos, and dynamic content directly from text descriptions or images, leveraging the advanced AI models provided by Doubao. The server supports multiple AI models, enabling users to choose the most suitable one for their needs. With features like text-to-image, text-to-video, and image-to-video generation, Doubao MCP Server provides a seamless integration experience for developers looking to enhance their applications with cutting-edge AI capabilities. The server also supports image encoding to base64, making it easier to handle image data within applications. By using Doubao MCP Server, developers can access these advanced functionalities within their familiar development environments, streamlining the process of incorporating AI-generated content into their projects.
Features
- Text-to-Image: Generate high-quality images from text descriptions.
- Text-to-Video: Create video content based on textual prompts.
- Image-to-Video: Produce dynamic videos using images and text descriptions.
- Image Encoding: Convert local image files to base64 encoding.
- Model Configuration: Choose from various Doubao AI models.
Usages
usage with Cursor
{ "mcpServers": { "doubao-mcp-server": { "command": "uvx", "args": [ "doubao-mcp-server" ], "env": { "DOUBAO_API_KEY": "your-api-key-here" } } } }
usage with Cherry Studio
{ "mcpServers": { "doubao-mcp-server": { "command": "uvx", "args": [ "doubao-mcp-server" ], "env": { "DOUBAO_API_KEY": "your-api-key-here" } } } }
usage with Claude Desktop
{ "mcpServers": { "doubao-mcp-server": { "command": "uvx", "args": ["doubao-mcp-server"], "env": { "DOUBAO_API_KEY": "your-api-key-here" } } } }
usage with Continue.dev
{ "mcpServers": [ { "name": "doubao-mcp-server", "command": "uvx", "args": ["doubao-mcp-server"], "env": { "DOUBAO_API_KEY": "your-api-key-here" } } ] }
Tools
set_api_key
Set the Doubao API key.
text_to_image
Generate an image from a text description.
text_to_video
Generate a video from a text description.
image_to_video
Generate a video from an image and text description.
encode_image_to_base64
Encode a local image file to a base64 string.