Visual Sandbox

官方

使用100多种AI模型生成图像、视频、音频、3D和矢量媒体。按生成次数付费,无需订阅。

你可以用 Visual Sandbox MCP 做什么?

  • 通过 HTTP 连接 — 让您的助手使用 claude mcp add --transport http 添加 visual-sandbox MCP 服务器,并通过浏览器登录。
  • 生成媒体 — 在服务器连接并完成身份验证后,请求生成图像、视频或音频。
  • 估算成本 — 在消耗积分之前,使用 estimate_cost 为生成请求定价,并等待您的批准。

托管 MCP 服务器

npx add-mcp 'https://visualsandbox.com/mcp'

可安装到 Claude Code、Codex、Cursor 等客户端

文档

创建

智能体

正在使用 AI 智能体?复制一份设置提示词,它便会自动连接。

CLI MCP Claude 插件

它已经知道如何提示它们

每个模型都附带一份提示指南。你的智能体在编写之前会先阅读它。

如何设置

claude mcp add --transport http visual-sandbox https://visualsandbox.com/mcp

https://visualsandbox.com/mcp

浏览器会为你完成登录。无需粘贴密钥。

Connect to the Visual Sandbox MCP server (visualsandbox.com) so you can generate images, video and audio for me.

1. Add the server: claude mcp add --transport http visual-sandbox https://visualsandbox.com/mcp
2. Run /mcp, pick visual-sandbox, and open the sign-in. Do not set an Authorization header — it registers your client itself. Ask me before you approve anything on my behalf.
3. Run /mcp again and confirm visual-sandbox is connected. If it is not, stop and tell me what failed.
4. Do not generate anything yet. Every run costs credit, so ask me what to make, price it with estimate_cost, and wait for my yes.

使用 Visual Sandbox 的其他方式

CLI MCP Claude 插件