← vibeart.app

INDIVIDUAL MCP TOOL

create_project

Create a new project to organize canvas sessions.

vibeart.appnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for create_project and invoke it with your own arguments.

Indexed 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 server

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]
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.

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.