← Registry

Collaboration

vibeart.app

Manages canvas sessions, allowing listing, creation, deletion of empty sessions, and merging multiple sessions.

2 endpoints60 known toolsFirst detected May 10, 2026Last detected September 6, 2026

ENDPOINT 1

https://vibeart.app/api/mcp

No auth detected

MCP server metadata

Name
vibeart
Version
2.0.0
Capabilities
tools.listChanged
Server instructions

VibeArt lets agents discover models, manage infinite canvas sessions, generate images and videos, edit images, remove backgrounds, and organize projects. Start with list_models and list_sessions when planning work. Protected workspace and generation tools require OAuth or a VibeArt API key.

Known tools 30

list_sessions

List canvas sessions for the authenticated user, optionally filtered by project.

Inferred read-only
get_session

Get canvas session details with optional item filtering and optional layout fields.

Inferred read-only
create_session

Create a new canvas session.

Potential side effects
delete_empty_session

Delete a canvas session only if it contains zero items.

Potential side effects
merge_sessions

Merge multiple canvas sessions into one.

Inferred read-only
protect_session

Protect a session from destructive operations (merge/delete).

Potential side effects
unprotect_session

Remove protection from a session, allowing merge/delete again.

Potential side effects
list_models

List available image generation models and credit costs.

Inferred read-only
generate_images

Generate AI images on a canvas session.

Inferred read-only
get_balance

Get current credit balance for the authenticated user.

Inferred read-only
list_edit_models

List image editing models.

Inferred read-only
edit_images

Edit images with text prompts and references.

Potential side effects
list_video_models

List video generation models.

Inferred read-only
generate_video

Generate text-to-video, image-to-video, or multi-modal reference-to-video content.

Inferred read-only
list_background_providers

List background removal providers.

Inferred read-only
remove_background

Remove image background and return transparent PNG.

Potential side effects
batch_remove_background

Remove backgrounds from multiple images in one call.

Potential side effects
create_text_node

Create a text node in a canvas session.

Potential side effects
update_text_node

Update the content or metadata of an existing text node.

Potential side effects
create_embed_node

Embed external content (e.g.

Inferred read-only
list_projects

List all projects for the authenticated user, including session counts.

Inferred read-only
get_project

Get details of a project including session count.

Inferred read-only
create_project

Create a new project to organize canvas sessions.

Potential side effects
delete_empty_project

Delete a canvas project only if it contains zero sessions.

Potential side effects
move_session_to_project

Move a canvas session into a project, or remove it from its current project by passing null.

Potential side effects
upload_media

Upload media to a canvas session from an HTTPS URL (HTTP only in local development) or base64 data URI.

Potential side effects
list_tts_models

List available text-to-speech models and their capabilities.

Inferred read-only
list_tts_voices

List available text-to-speech voices with preview URLs.

Inferred read-only
generate_speech

Generate text-to-speech audio on a canvas session.

Inferred read-only
generate_dialogue

Generate multi-character dialogue audio with different voices on a canvas session.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://vibeart.app/.well-known/mcp

No auth detected

MCP server metadata

Name
vibeart
Version
2.0.0
Capabilities
tools.listChanged
Server instructions

VibeArt lets agents discover models, manage infinite canvas sessions, generate images and videos, edit images, remove backgrounds, and organize projects. Start with list_models and list_sessions when planning work. Protected workspace and generation tools require OAuth or a VibeArt API key.

Known tools 30

list_sessions

List canvas sessions for the authenticated user, optionally filtered by project.

Inferred read-only
get_session

Get canvas session details with optional item filtering and optional layout fields.

Inferred read-only
create_session

Create a new canvas session.

Potential side effects
delete_empty_session

Delete a canvas session only if it contains zero items.

Potential side effects
merge_sessions

Merge multiple canvas sessions into one.

Inferred read-only
protect_session

Protect a session from destructive operations (merge/delete).

Potential side effects
unprotect_session

Remove protection from a session, allowing merge/delete again.

Potential side effects
list_models

List available image generation models and credit costs.

Inferred read-only
generate_images

Generate AI images on a canvas session.

Inferred read-only
get_balance

Get current credit balance for the authenticated user.

Inferred read-only
list_edit_models

List image editing models.

Inferred read-only
edit_images

Edit images with text prompts and references.

Potential side effects
list_video_models

List video generation models.

Inferred read-only
generate_video

Generate text-to-video, image-to-video, or multi-modal reference-to-video content.

Inferred read-only
list_background_providers

List background removal providers.

Inferred read-only
remove_background

Remove image background and return transparent PNG.

Potential side effects
batch_remove_background

Remove backgrounds from multiple images in one call.

Potential side effects
create_text_node

Create a text node in a canvas session.

Potential side effects
update_text_node

Update the content or metadata of an existing text node.

Potential side effects
create_embed_node

Embed external content (e.g.

Inferred read-only
list_projects

List all projects for the authenticated user, including session counts.

Inferred read-only
get_project

Get details of a project including session count.

Inferred read-only
create_project

Create a new project to organize canvas sessions.

Potential side effects
delete_empty_project

Delete a canvas project only if it contains zero sessions.

Potential side effects
move_session_to_project

Move a canvas session into a project, or remove it from its current project by passing null.

Potential side effects
upload_media

Upload media to a canvas session from an HTTPS URL (HTTP only in local development) or base64 data URI.

Potential side effects
list_tts_models

List available text-to-speech models and their capabilities.

Inferred read-only
list_tts_voices

List available text-to-speech voices with preview URLs.

Inferred read-only
generate_speech

Generate text-to-speech audio on a canvas session.

Inferred read-only
generate_dialogue

Generate multi-character dialogue audio with different voices on a canvas session.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for vibeart.app was fetched 2026-08-28T15:39:40.266Z.

Trust status Neutral

vibeart.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.