by universal-mcp
Canva Universal MCP Server provides a standardized interface for interacting with Canva's tools and services through a unified API. It enables seamless integration and automation of Canva functionalities for various applications.
Canva Universal MCP Server is an implementation of a Model Context Protocol (MCP) server designed to provide a standardized interface for interacting with Canva's tools and services through a unified API. It is built using the Universal MCP framework and ensures compatibility with other MCP-compliant services and tools.
For Users: You can start using Canva directly from agentr.dev. Visit agentr.dev/apps and enable Canva. If you are new to Universal MCP, follow the setup instructions at agentr.dev/quickstart.
For Local Development:
uv
(install globally with pip install uv
).uv sync
source .venv/bin/activate
(Linux/macOS) or .venv\Scripts\Activate
(Windows PowerShell).mcp dev src/universal_mcp_canva/server.py
mcp install src/universal_mcp_canva/server.py
./src/universal_mcp_canva/README.md
within the project repository.uv
installed globally.This repository contains an implementation of an Canva Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Canva's tools and services through a unified API.
The server is built using the Universal MCP framework.
This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.
You can start using Canva directly from agentr.dev. Visit agentr.dev/apps and enable Canva.
If you have not used universal mcp before follow the setup instructions at agentr.dev/quickstart
The full list of available tools is at ./src/universal_mcp_canva/README.md
Ensure you have the following before you begin:
pip install uv
)Follow the steps below to set up your development environment:
Sync Project Dependencies
uv sync
This installs all dependencies from pyproject.toml
into a local virtual environment (.venv
).
Activate the Virtual Environment
For Linux/macOS:
source .venv/bin/activate
For Windows (PowerShell):
.venv\Scripts\Activate
Start the MCP Inspector
mcp dev src/universal_mcp_canva/server.py
This will start the MCP inspector. Make note of the address and port shown in the console output.
Install the Application
mcp install src/universal_mcp_canva/server.py
.
├── src/
│ └── universal_mcp_canva/
│ ├── __init__.py # Package initializer
│ ├── server.py # Server entry point
│ ├── app.py # Application tools
│ └── README.md # List of application tools
├── tests/ # Test suite
├── .env # Environment variables for local development
├── pyproject.toml # Project configuration
└── README.md # This file
This project is licensed under the MIT License.
Generated with MCP CLI — Happy coding! 🚀
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by zed-industries
Provides real-time collaborative editing powered by Rust, enabling developers to edit code instantly across machines with a responsive, GPU-accelerated UI.
by cline
Provides autonomous coding assistance directly in the IDE, enabling file creation, editing, terminal command execution, browser interactions, and tool extension with user approval at each step.
by continuedev
Provides continuous AI assistance across IDEs, terminals, and CI pipelines, offering agents, chat, inline editing, and autocomplete to accelerate software development.
by github
Enables AI agents, assistants, and chatbots to interact with GitHub via natural‑language commands, providing read‑write access to repositories, issues, pull requests, workflows, security data and team activity.
by block
Automates engineering tasks by installing, executing, editing, and testing code using any large language model, providing end‑to‑end project building, debugging, workflow orchestration, and external API interaction.
by RooCodeInc
An autonomous coding agent that lives inside VS Code, capable of generating, refactoring, debugging code, managing files, running terminal commands, controlling a browser, and adapting its behavior through custom modes and instructions.
by lastmile-ai
A lightweight, composable framework for building AI agents using Model Context Protocol and simple workflow patterns.
by firebase
Provides a command‑line interface to manage, test, and deploy Firebase projects, covering hosting, databases, authentication, cloud functions, extensions, and CI/CD workflows.
by gptme
Empowers large language models to act as personal AI assistants directly inside the terminal, providing capabilities such as code execution, file manipulation, web browsing, vision, and interactive tool usage.