- Home
- MCP servers
- Canvelete
Canvelete
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"canvelete-canvelete-mcp-server": {
"command": "canvelete-mcp",
"args": [
"start"
],
"env": {
"CANVELETE_API_KEY": "YOUR_API_KEY"
}
}
}
}Available tools
list_designs
List all designs owned by the user and return basic design metadata.
get_design
Fetch detailed information for a specific design, including canvas data.
create_design
Create a new design with given properties.
update_design
Update design properties such as title, description, or metadata.
delete_design
Delete a specified design.
duplicate_design
Fork or copy an existing design to create a new one.
export_design
Export a design to a chosen format such as PNG/JPG/PDF/SVG.
add_element
Add a new element (shape, text, image, etc.) to the canvas.
update_element
Modify properties of a canvas element.
delete_element
Remove an element from the canvas.
resize_canvas
Change the canvas dimensions for a design.
clear_canvas
Remove all elements from the current canvas.
list_templates
Browse available templates for designs.
apply_template
Apply a selected template to a design.
create_template
Save the current design or a portion as a template.
list_assets
List assets from the user library, including fonts and images.
search_stock_images
Search stock images via Pixabay or other stock services.