Doubao Mcp
@wwwzhouhui
About Doubao Mcp
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"doubao-mcp-server": {
"command": "uvx",
"args": [
"doubao-mcp-server"
],
"env": {
"DOUBAO_API_KEY": "your-api-key-here"
}
}
}
}Tools
4文生图功能 - 根据文本描述生成图片 Args: prompt: 图片描述提示词 size: 图片尺寸,格式为"宽x高",如"1024x1024" model: 使用的模型名称 Returns: 包含图片URL或错误信息的字典
图生视频功能 - 根据图片和文本描述生成视频 Args: prompt: 视频描述提示词 image_base64: 图片的base64编码字符串 duration: 视频时长(秒) ratio: 视频比例,如"16:9" model: 使用的模型名称 Returns: 包含视频URL或错误信息的字典
文生视频功能 - 根据文本描述生成视频 Args: prompt: 视频描述提示词 duration: 视频时长(秒) ratio: 视频比例,如"16:9" model: 使用的模型名称 Returns: 包含视频URL或错误信息的字典
将本地图片文件编码为base64字符串 Args: image_path: 图片文件路径 Returns: 包含base64编码字符串或错误信息的字典
Basic information
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments