Canva

Canva

Canva offers a drag-and-drop design suite for creating social media graphics, presentations, and marketing materials with prebuilt templates and a vast element library

3824VIEWS
428USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app canvanpx @composio/cli add cursor --app canvanpx @composio/cli add cursor --app canvanpx @composio/cli add cursor --app canva

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Access User Specific Brand Templates List

This year, brand template ids will change; integrations storing them must update within 6 months. also, api use requires canva enterprise membership.

Create Canva Design With Optional Asset

Create a new canva design using a preset or custom dimensions, and add an asset with `asset id` from a user's project using relevant apis.

Create Comment Reply In Design

This preview api allows replying to comments within a design on canva, with a limit of 100 replies per comment. users should note potential unannounced changes, and that preview apis are not eligible for public integrations.

Create Design Comment In Preview Api

This api is in preview and may change without notice; integrations using it won't pass review. it allows creating comments on a design, with a limit of 1000 comments per design.

Create User Or Sub Folder

This api creates a folder in a canva user's projects at the top level or within another folder, returning the new folder's id and additional details upon success.

Delete Asset By Id

You can delete an asset by specifying its `assetid`. this operation mirrors the behavior in the canva ui. deleting an item moves it to the trash. deleting an asset doesn't remove it from designs that already use it.

Exchange Oauth 2 0 Access Or Refresh Token

The oauth 2.0 endpoint issues time-limited (4-hour) access tokens of up to 4kb for user authorization via codes or refresh tokens. it requires client id/secret for authentication.

Fetch Asset Upload Job Status

Summarize asset upload outcome by repeatedly calling the endpoint until a 'success' or 'failed' status is received after using the create asset upload job api.

Fetch Canva Connect Signing Public Keys

The api for verifying canva webhooks, 'connect/keys,' is in preview, meaning unstable, not for public integrations, and provides a rotating jwk for signature verification to prevent replay attacks. cache keys for efficiency.

Fetch Current User Details

Returns the user id, team id, and display name of the user account associated with the provided access token.

Fetch Design Metadata And Access Information

Gets the metadata for a design. this includes owner information, urls for editing and viewing, and thumbnail information.

Get Design Export Job Result

Get the outcome of a canva design export job; if done, receive download links for the design’s pages. for details, visit the create design export job api documentation.

Initiate Canva Design Autofill Job

Upcoming brand template id updates require migration within 6 months. canva enterprise users can auto-fill designs using various data types, including experimental chart data. monitor jobs with specific api.

Initiates Canva Design Export Job

Canva's new job feature exports designs in multiple formats using a design id, with provided download links. the export status can be tracked via an api. exports with 'pro' quality may fail if the design contains unpaid premium elements.

List Design Pages With Pagination

Preview api for canva: subject to unannounced changes and not for public integrations. lists metadata for design pages with optional `offset` and `limit`; not applicable to all design types.

List Folder Items By Type With Sorting

Lists the items in a folder, including each item's `type`. folders can contain: - other folders. - designs, such as instagram posts, presentations, and documents ([canva docs](https://www.canva.com/create/documents/)). - image assets.

List User Designs

Provides a summary of canva user designs, includes search filtering, and allows showing both self-created and shared designs with sorting options.

Move Item To Specified Folder

Transfers an item to a different folder by specifying both the destination folder's id and the item's id. if the item is in various folders, an error occurs; manual relocation via canva ui is required.

Remove Folder And Move Contents To Trash

Deletes a folder by moving the user's content to trash and reassigning other users' content to their top-level projects.

Retrieve App Public Key Set

Returns the json web key set (public keys) of an app. these keys are used to verify jwts sent to app backends.

20 actions available