From 7c51f7e0b50eeb7d947b2493bfc26e49a0350708 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 10:33:44 +0800 Subject: [PATCH] Add Canva MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/com.canva-mcp.json | 50 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 servers/com.canva-mcp.json diff --git a/servers/com.canva-mcp.json b/servers/com.canva-mcp.json new file mode 100644 index 0000000..c0c1db3 --- /dev/null +++ b/servers/com.canva-mcp.json @@ -0,0 +1,50 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "com.canva-mcp", + "name": "Canva", + "alias": "canva", + "description": "Create and edit Canva designs, search and manage assets, work with brand templates and folders, and read comments through Canva's official hosted remote MCP server. Authenticates via OAuth in your browser, no local setup or API key required.", + "logo": "https://avatars.githubusercontent.com/u/2562356?v=4", + "schema_version": "2.1", + "categories": [ + "design" + ], + "tags": [ + "canva", + "design", + "graphics", + "templates", + "brand", + "assets", + "remote" + ], + "transport": { + "type": "http", + "url": "https://mcp.canva.com/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "instructions": "Authenticates via OAuth 2.1 in your browser using your Canva account. No token or API key setup needed." + }, + "contributor": { + "name": "Canva", + "github": "canva", + "url": "https://www.canva.com" + }, + "links": { + "homepage": "https://www.canva.com", + "documentation": "https://www.canva.dev/docs/mcp/" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +}