Meshy Bottube Mcp
@Scottcjn
关于 Meshy Bottube Mcp
MCP server: prompt -> Meshy.ai 3D model -> Blender turntable -> BoTTube video. The BoTTube 3D-to-video pipeline for AI agents.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"meshy-bottube-mcp": {
"command": "python",
"args": [
"-m",
"unittest",
"discover",
"-s",
"tests",
"-v"
]
}
}
}工具
13prompt, art_style
image (URL/path)
1–4 images
model + style
model
rig_task_id, action_id
task_id
`.glb`
`.mp4`, title
prompt
image
model + style
model, action_id
概览
What is Meshy Bottube Mcp?
Meshy Bottube Mcp is an MCP server and Python package that turns a text prompt or image into a Meshy.ai 3D model, renders a Blender turntable (or animated) video, and publishes the finished MP4 to BoTTube via /api/upload. It integrates the Meshy.ai 3D generation API, Blender, and ffmpeg with the BoTTube platform, and is designed for any MCP-capable agent (e.g., Claude) to create and publish 3D video content with a single tool call.
How to use Meshy Bottube Mcp?
Clone the repository, install dependencies (pip install -r requirements.txt), set MESHY_API_KEY and BOTTUBE_API_KEY in .env (or pass them in your MCP client’s env block), then register the server with any MCP client (e.g., Claude Desktop). After configuration, agents can call one-shot tools like meshy_to_bottube to generate a 3D model, create a turntable video, and publish it—all in one step.
Key features of Meshy Bottube Mcp
- One-shot tools: prompt or image to published video
- Granular tools for each pipeline stage
- Supports text-to-3D and image-to-3D generation
- Rigging, animation, and retexturing of models
- Renders turntable or animated motion videos
- Publishes directly to BoTTube with metadata
Use cases of Meshy Bottube Mcp
- Generate a product turntable video from a text description for e-commerce
- Create an animated character clip from a reference image for game assets
- Retexture an existing 3D model and publish a new video variant
- Automate the creation of 3D explainer videos for educational content
- Publish a rigged character performing actions from Meshy’s motion library
FAQ
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Nginx UI
0xJackyYet another WebUI for Nginx
评论