@canva/cli
The Canva Dev Model Context Protocol (MCP) server provides AI-powered development assistance for Canva apps and integrations. By connecting your preferred MCP client (such as Cursor, Claude Desktop, or other compatible tools) to canva.dev, you can access specialized tools and documentation to enhance your development workflow.
The Canva Dev MCP server, powered by @canva/cli, offers AI-assisted development for Canva apps and integrations. It connects to your preferred MCP client (e.g., Cursor, Claude Desktop, VS Code) to provide specialized tools and documentation, enhancing your development workflow.
What it does:
- Provides AI-powered development assistance.
- Fetches Canva documentation from
canva.devand other sources. - Enhances AI agent output and recommendations with context about your Canva app or integration.
- Operates locally on your device, ensuring privacy as it doesn't transmit your code or prompts to external sources other than your AI agent/LLM.
How to use it:
- Prerequisites: Ensure you have
git, Node.js v20+,npm, and a compatible MCP client installed. - Configure your MCP client: Add the following configuration to your client's MCP settings (e.g.,
.cursor/mcp.json, Claude Desktop Developer tab,.vscode/mcp.json):
For VS Code, the configuration is slightly different:{ "mcpServers": { "canva-dev": { "command": "npx", "args": [ "-y", "@canva/cli@latest", "mcp" ] } } }{ "servers": { "canva-dev": { "type": "stdio", "command": "npx", "args": [ "-y", "@canva/cli@latest", "mcp" ] } } } - Restart your MCP client: Save changes and restart your client to apply the new settings.
- Verify connection: Look for visual indicators in your client or ask a simple question related to Canva development (e.g., "How many components are in the App UI Kit?") to test the connection and tool invocation.
Recommend MCP Servers 💡
Klavis-AI/klavis-youtube-mcp-server
An MCP server to retrieve YouTube video transcripts or details when transcripts are unavailable
Escorza07/whatsapp-mcp
A Model Context Protocol (MCP) server for WhatsApp enabling message/contacts search and message sending.
zhsama/duckduckgo-mcp-server
A TypeScript-based MCP server providing DuckDuckGo search functionality with rate limiting and error handling.
ntfy-mcp
Welcome to ntfy-mcp, the MCP server that keeps you caffeinated and informed! 🚀☕️ This handy little server integrates with the Model Context Protocol to send you delightful ntfy notifications whenever your AI assistant completes a task. Because let's face it - you deserve that tea break while your code writes itself.
nebulablock-mcp-server
This repository hosts the official NebulaBlock API Model Context Protocol (MCP) server. This server integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools, enabling seamless and efficient interaction within any MCP-compatible environment.
mcp-kql-server
An MCP server for executing KQL queries on Azure Data Explorer with AI schema caching and visualization.