canva.com
Canva is a visual design and collaboration platform for creating and managing designs, assets, templates, and brand content. It also offers enterprise administration features such as SCIM-based user provisioning and audit-log export.
Canva exposes a REST Connect API, a SCIM API, a remote OAuth-protected MCP server at mcp.canva.com, and a Canva CLI; its audit-log integration is S3 delivery setup rather than a callable authenticated API.
- Canva MCP serverdetected
- Canva SCIM APIdiscovered
- Canva Audit Logsdiscovered
- Canva Connect APIdiscovered
- Canva CLIdiscovered
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
Log in to Canva, open Account settings, then under your team's settings open SSO & provisioning. Under SCIM, enable SCIM user provisioning and copy the generated access token. Canva notes only team administrators and owners can generate it, and toggling the setting revokes the old token and creates a new one.
$ canva loginAcquired by the CLI — running canva login opens the auth flow and stores the credential.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://canva.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing