canva

Community

Programmatic Canva design & asset control

Authormanojbajaj95
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Agents and automation workflows often waste tokens and time by round-tripping to a model for each Canva tool call; this Skill compiles Canva's MCP tools into a typed Python interface so agents can call tools directly in code and reduce latency and token usage.

Core Features & Use Cases

  • Typed Async SDK: Exposes Canva MCP tools as a typed Python class with async methods for upload, search, get, merge, export, and folder management.
  • Authentication & Persistence: Uses OAuth with token persistence to ~/.mcp-skill/canva/oauth-tokens/ for seamless repeated runs.
  • Pagination and Safety Rules: Handles continuation tokens, enforces critical usage rules (e.g., template vs design searches), and requires explicit user confirmation for destructive operations like page deletion.
  • JSON Parsing & Error Tolerance: Attempts to parse tool outputs as JSON and falls back to structured text results for robust downstream handling.
  • Use Case: Automate importing assets, searching and exporting designs, merging pages into new presentations, and programmatically commenting or organizing assets in Canva.

Quick Start

Instantiate a CanvaApp with default OAuth and call upload_asset_from_url to upload an image from a public HTTPS URL.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: canva
Download link: https://github.com/manojbajaj95/mcp-skill/archive/main.zip#canva

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.