← vibeart.app

INDIVIDUAL MCP TOOL

edit_images

Edit images with text prompts and references.

vibeart.appnone 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

vibeart.app

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.vibeart-app]
url = "https://vibeart.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vibeart-app": {
      "type": "http",
      "url": "https://vibeart.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vibeart-app
Remote MCP URL: https://vibeart.app/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": {
    "vibeart-app": {
      "url": "https://vibeart.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "vibeart-app",
  "transport": "streamable-http",
  "url": "https://vibeart.app/api/mcp"
}
MCP Inspector

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

Related tools

  • list_sessions — List canvas sessions for the authenticated user, optionally filtered by project.
  • get_session — Get canvas session details with optional item filtering and optional layout fields.
  • create_session — Create a new canvas session.
  • delete_empty_session — Delete a canvas session only if it contains zero items.
  • merge_sessions — Merge multiple canvas sessions into one.
  • protect_session — Protect a session from destructive operations (merge/delete).
  • unprotect_session — Remove protection from a session, allowing merge/delete again.
  • list_models — List available image generation models and credit costs.