Design
cleanvector.ai
AI-powered tool for creating and editing vector graphics, generating logos, icons, and illustrations as editable SVG files.
ENDPOINT 1
https://cleanvector.ai/api/mcp
MCP server metadata
- Name
- cleanvector
- Version
- 1.0.1
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_illustrationGenerate professional, editable SVG artwork from a text prompt: illustrations, icons, stickers and mascot scenes.
Inferred read-onlygenerate_logoGenerate 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-onlyvectorize_imageConvert a raster image (PNG/JPG/WebP, max 5 MB) into a clean, editable SVG.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.