Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Canva MCP
🎨

Canva MCP MCP Server

Online graphic design platform.

canvadesigngraphicstemplates

About

## Canva MCP Server: Visual Design Platform The **Canva MCP Server** integrates the popular design platform directly into Google Antigravity, enabling AI assistants to create, edit, and manage visual content programmatically. This integration brings Canva's accessible design capabilities to your development workflow for automated content creation. ### Why Canva MCP? - **Template Library**: Access thousands of professional templates for social media, presentations, and marketing - **Brand Kit Integration**: Apply consistent brand colors, fonts, and logos across all designs - **Asset Management**: Organize and access uploaded media, brand assets, and previous designs - **Team Collaboration**: Manage designs across teams with sharing and permission controls - **Multi-Format Export**: Generate designs in various formats optimized for different platforms ### Key Features #### 1. Design Creation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a new Instagram post design using our brand template with this headline" }], tools=[{ "name": "canva_create", "description": "Create new designs" }] ) ``` #### 2. Template Search ```python # Search design templates response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find professional presentation templates suitable for a tech startup pitch" }], tools=[{"name": "canva_templates", "description": "Search templates"}] ) ``` #### 3. Design Export ```python # Export designs response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Export this social media design pack in formats optimized for each platform" }], tools=[{"name": "canva_export", "description": "Export design files"}] ) ``` #### 4. Asset Management ```python # Manage brand assets response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Upload our new product photos to the brand asset library and organize by category" }], tools=[{"name": "canva_assets", "description": "Manage brand assets"}] ) ``` ### Configuration ```json { "mcpServers": { "canva": { "command": "npx", "args": ["-y", "@anthropic/mcp-canva"], "env": { "CANVA_ACCESS_TOKEN": "your-canva-access-token" } } } } ``` ### Use Cases **Social Media Automation**: Generate social media graphics automatically from content templates. **Marketing Materials**: Create consistent marketing collateral using brand templates and assets. **Presentation Generation**: Build slide decks programmatically from content and templates. **Content Pipelines**: Automate visual content creation for blogs, newsletters, and campaigns. The Canva MCP Server brings accessible design creation directly into your development workflow, enabling automated visual content generation.

Installation

Configuration
{
  "mcpServers": {
    "canva": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers