← Registry

Design

cleanvector.ai

AI-powered tool for creating and editing vector graphics, generating logos, icons, and illustrations as editable SVG files.

1 endpoint11 known toolsFirst detected August 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://cleanvector.ai/api/mcp

No auth detected

MCP server metadata

Name
cleanvector
Version
1.0.1
Capabilities
tools.listChanged
Server instructions

CleanVector creates production-ready vector graphics. Every result is a real, editable SVG with clean paths and a transparent background, never an embedded bitmap. Use generate_illustration for SVG artwork described in words: illustrations, icons, stickers and mascots. Pass a mascot_id from list_mascots to keep one character consistent across scenes. Use generate_logo when the user needs a vector logo or brand mark: it returns the logo with black and white variants, PNG exports and a measured color palette. Use vectorize_image to turn an existing PNG, JPG or WebP, including AI-generated images, into SVG. Generation is asynchronous. Call wait_for_task with the returned id, then download_svg, download_png or download_logo_kit to bring the files into the conversation.

Known tools 11

generate_illustration

Generate professional, editable SVG artwork from a text prompt: illustrations, icons, stickers and mascot scenes.

Inferred read-only
generate_logo

Generate a professional vector logo as editable SVG, delivered as a brand kit: the original mark, black and white variants, transparent PNG exports and a color palette measured from the finished artwork.

Inferred read-only
vectorize_image

Convert a raster image (PNG/JPG/WebP, max 5 MB) into a clean, editable SVG.

Inferred read-only
get_task

Fetch the current status of a task.

Inferred read-only
wait_for_task

Block until a task settles (succeeded/failed) or the timeout passes.

Inferred read-only
list_tasks

List the user's most recent tasks, newest first.

Inferred read-only
list_mascots

List the user's ready-to-use mascots (consistent characters).

Inferred read-only
download_png

Return the finished artwork as a PNG image (free on all plans).

Inferred read-only
download_svg

Return the finished artwork as SVG markup.

Inferred read-only
download_logo_kit

Return a completed logo kit as an embedded ZIP resource.

Inferred read-only
get_account

Current plan and credit balance.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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