home / mcp / canvelete mcp server
Stores, reads, and manipulates Canvelete designs, canvases, assets, and templates via MCP with optional AI integration.
Configuration
View docs{
"mcpServers": {
"canvelete-canvelete-mcp-server": {
"command": "canvelete-mcp",
"args": [
"start"
],
"env": {
"CANVELETE_API_KEY": "YOUR_API_KEY"
}
}
}
}List all designs owned by the user and return basic design metadata.
Fetch detailed information for a specific design, including canvas data.
Create a new design with given properties.
Update design properties such as title, description, or metadata.
Delete a specified design.
Fork or copy an existing design to create a new one.
Export a design to a chosen format such as PNG/JPG/PDF/SVG.
Add a new element (shape, text, image, etc.) to the canvas.
Modify properties of a canvas element.
Remove an element from the canvas.
Change the canvas dimensions for a design.
Remove all elements from the current canvas.
Browse available templates for designs.
Apply a selected template to a design.
Save the current design or a portion as a template.
List assets from the user library, including fonts and images.
Search stock images via Pixabay or other stock services.