Canva for your agents.
Connect Canva once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Canva.
What agents can do with Canva
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
canva_get_current_userCheck the connection: returns the authenticated user's id, team id, and display name.
canva_list_designsList designs accessible to the authenticated user. Use limit to control page size.
canva_get_designGet a design by id: its type, thumbnail url, and creation/modification timestamps.
canva_create_designCreate a new Canva design from a brand template. `design_type` is the type (e.g. doc, presentation, poster). `asset_id` is the brand template id to use.
canva_export_designExport a design to a file format. `design_id` is required. `format` is pdf, png, jpg, gif, pptx, or mp4. Returns an export job id.
canva_list_assetsList uploaded assets (images, videos, etc.) for the authenticated user. Optionally filter by type.
canva_get_design_exportCheck the status and result of a design export job.
canva_upload_assetUpload an asset (image, video, etc.) to the user's account.
canva_get_folderGet a folder's details and contents by id.
canva_list_foldersList the user's top-level folders.
canva_create_folderCreate a new folder.
canva_list_brand_templatesList brand templates available in the team.
canva_get_assetGet details of a specific asset by id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Canva's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Canva integration and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Canva to Even: call connect_begin("canva") on the even-connect MCP and walk me through it.
Create branded designs in Canva from templates and export them as PDF or images.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.