← avocadoai.co

INDIVIDUAL MCP TOOL

create_storyboard

Create a new empty Avocado AI storyboard for the user.

avocadoai.conone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

avocadoai.co

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.avocadoai-co]
url = "https://www.avocadoai.co/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "avocadoai-co": {
      "type": "http",
      "url": "https://www.avocadoai.co/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: avocadoai-co
Remote MCP URL: https://www.avocadoai.co/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "avocadoai-co": {
      "url": "https://www.avocadoai.co/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "avocadoai-co": {
      "type": "http",
      "url": "https://www.avocadoai.co/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "avocadoai-co",
  "transport": "streamable-http",
  "url": "https://www.avocadoai.co/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • describe_avocado — Describe what Avocado AI is and what it can do.
  • get_started — Get step-by-step instructions for connecting to Avocado AI via MCP.
  • models_list — List all available AI image generation models on Avocado AI.
  • account_check_credits — Check your Avocado AI credit balance.
  • generate_image — Generate an AI image using Avocado AI.
  • edit_image — Modify an existing image.
  • prepare_image_upload — MANDATORY first step whenever the user attached an image in chat (or pointed at a local file on disk) and wants edit_image or image-to-video generation.
  • generate_video — Generate an AI video.