Skip to content

Commit 7c51f7e

Browse files
committed
Add Canva MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 14015a9 commit 7c51f7e

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

servers/com.canva-mcp.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.canva-mcp",
4+
"name": "Canva",
5+
"alias": "canva",
6+
"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.",
7+
"logo": "https://avatars.githubusercontent.com/u/2562356?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"design"
11+
],
12+
"tags": [
13+
"canva",
14+
"design",
15+
"graphics",
16+
"templates",
17+
"brand",
18+
"assets",
19+
"remote"
20+
],
21+
"transport": {
22+
"type": "http",
23+
"url": "https://mcp.canva.com/mcp",
24+
"metadata": {
25+
"inputs": []
26+
}
27+
},
28+
"auth": {
29+
"type": "oauth",
30+
"instructions": "Authenticates via OAuth 2.1 in your browser using your Canva account. No token or API key setup needed."
31+
},
32+
"contributor": {
33+
"name": "Canva",
34+
"github": "canva",
35+
"url": "https://www.canva.com"
36+
},
37+
"links": {
38+
"homepage": "https://www.canva.com",
39+
"documentation": "https://www.canva.dev/docs/mcp/"
40+
},
41+
"platforms": [
42+
"all"
43+
],
44+
"capabilities": {
45+
"tools": true,
46+
"resources": false,
47+
"prompts": false,
48+
"read_only_mode": false
49+
}
50+
}

0 commit comments

Comments
 (0)