Collaboration
vibeart.app
Manages canvas sessions, allowing listing, creation, deletion of empty sessions, and merging multiple sessions.
ENDPOINT 1
https://vibeart.app/api/mcp
MCP server metadata
- Name
- vibeart
- Version
- 2.0.0
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_sessionsList canvas sessions for the authenticated user, optionally filtered by project.
Inferred read-onlyget_sessionGet canvas session details with optional item filtering and optional layout fields.
Inferred read-onlyunprotect_sessionRemove protection from a session, allowing merge/delete again.
Potential side effectsgenerate_videoGenerate text-to-video, image-to-video, or multi-modal reference-to-video content.
Inferred read-onlylist_projectsList all projects for the authenticated user, including session counts.
Inferred read-onlydelete_empty_projectDelete a canvas project only if it contains zero sessions.
Potential side effectsmove_session_to_projectMove a canvas session into a project, or remove it from its current project by passing null.
Potential side effectsupload_mediaUpload media to a canvas session from an HTTPS URL (HTTP only in local development) or base64 data URI.
Potential side effectsgenerate_dialogueGenerate multi-character dialogue audio with different voices on a canvas session.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- vibeart
- Version
- 2.0.0
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_sessionsList canvas sessions for the authenticated user, optionally filtered by project.
Inferred read-onlyget_sessionGet canvas session details with optional item filtering and optional layout fields.
Inferred read-onlyunprotect_sessionRemove protection from a session, allowing merge/delete again.
Potential side effectsgenerate_videoGenerate text-to-video, image-to-video, or multi-modal reference-to-video content.
Inferred read-onlylist_projectsList all projects for the authenticated user, including session counts.
Inferred read-onlydelete_empty_projectDelete a canvas project only if it contains zero sessions.
Potential side effectsmove_session_to_projectMove a canvas session into a project, or remove it from its current project by passing null.
Potential side effectsupload_mediaUpload media to a canvas session from an HTTPS URL (HTTP only in local development) or base64 data URI.
Potential side effectsgenerate_dialogueGenerate multi-character dialogue audio with different voices on a canvas session.
Inferred read-onlyCONNECT 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.
vibeart.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.