Canvora MCP

Canvora MCP

Enables AI agents to generate on-brand visuals from ideas, URLs, documents, or PDFs in over 100 formats and 150+ languages, with consistent brand kits.

Category
Visit Server

README

Canvora – visuals for AI agents

Turn any idea, URL, doc, or PDF into on-brand visuals: 100+ formats (posts, carousels, decks, ads, documents), generated natively in 150+ languages. Brand kits keep colors, fonts, logo, and tone consistent per client.

This repo is the agent-facing toolkit for Canvora:

  • Remote MCP server — for Claude, ChatGPT, Cursor, and any MCP client. Nothing to install.
  • canvora CLI — for OpenClaw, Hermes, cron jobs, CI, and anything that runs shell commands. Zero dependencies.
  • OpenClaw skill — in skills/canvora/.

The Canvora service itself is hosted; this repo contains client tooling and docs only.

Option 1 — MCP (Claude, ChatGPT, any MCP client)

One remote server, OAuth sign-in, 16 tools your agent discovers on connect:

Server URL https://api.canvora.ai/mcp (streamable HTTP)
Claude Settings → Connectors → Add custom connector → OAuth Client ID claude_mcp
ChatGPT Settings → Apps → Developer mode → Create app → OAuth Client ID chatgpt_mcp
Registry ai.canvora/canvora on the official MCP Registry

Step-by-step: canvora.ai/help/integrations/mcp-setup

Option 2 — CLI (OpenClaw, Hermes, shell-native agents)

npm install -g @canvora/cli

# or install the agent skill (Claude Code, Cursor, Codex, OpenCode and 60+ agents):
npx skills add canvora/canvora-mcp

export CANVORA_API_KEY=vd_...   # create at canvora.ai → Integrations → API Keys

# one atomic command: generates, polls, exits with the output URLs
canvora generate \
  --idea "5 tips for remote work" \
  --format linkedin_carousel --slides linkedin_carousel=5 \
  --wait --json

Commands

Command What it does
canvora generate Create visuals from an --idea (short concept, Canvora develops it), --input (your full content text), --url, or --file-url (PDF). --wait polls to completion and prints output URLs.
canvora localize <id> --language es Same design, new language: translates an existing generation's visuals, layout untouched
canvora variations <id> [--count n] Fresh takes on an existing generation's visuals
canvora edit <outputId> --prompt "..." Natural-language edit of one visual (previews the change; --yes auto-confirms)
canvora status <id> Check a generation and list its output URLs
canvora download <id> --dir out/ Save all output files locally
canvora formats All 100+ format IDs with dimensions
canvora brands Your brand kits (pass one via --brand <uuid>)
canvora credits Credit balance (10 credits per visual, 15 per carousel/deck slide)

Every command takes --json for machine-readable stdout; progress and errors go to stderr, so piping stays clean. Exit codes: 0 success, 1 failure, 2 usage error.

Generate flags

--idea "concept"          short concept - Canvora develops it into content
--input "text"            your full content text, used as the source material
--url <url>               extract content from a webpage
--file-url <pdf-url>      extract content from a PDF
--format <id>[,<id>...]   output formats (see: canvora formats)
--slides <format>=<n>     slide count for carousel/deck formats (1-10, default 5); match it to the item count your idea promises
--brand <uuid>            apply a brand kit
--style <name>            modern | minimal | bold | elegant | playful | corporate | creative | dark
--resolution 2K|4K        4K on paid plans
--language <code-or-name> visual text language ("es", "Spanish"); default: matches your input's language
--exact                   use --input text verbatim, no rewording (quotes, taglines)
--workspace <uuid>        bill a team workspace pool instead of your personal credits
--wait                    poll until done (--timeout 600, --poll 5 seconds)
--json                    machine-readable output

Option 3 — Raw REST

curl -X POST https://api.canvora.ai/api/generations \
  -H "X-API-Key: vd_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "inputType": "text",
    "inputContent": "5 tips for remote work",
    "outputFormats": ["linkedin_carousel"],
    "carouselCounts": {"linkedin_carousel": 5}
  }'

Full API guide: canvora.ai/help/integrations/api-keys

Built to be called by software

  • Predictable costs — flat credit pricing (10/visual, 15/slide); canvora credits before big jobs; failed generations auto-refund.
  • Human in the loop — everything your agent creates also lands in your Canvora dashboard, ready for review, editing, and export before it goes anywhere.
  • Scoped, revocable keys — hashed at rest, per-key usage tracking, one-click revoke.
  • Outputs on a CDN — stable URLs your agent can post, embed, or hand to a scheduler.
  • Works on every plan — API and MCP access included on Free (free credits, no card).

Links

MIT licensed (CLI and docs in this repo).

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured