4,500+ servers built on MCP Fusion
Vinkius
Heyzine logo
Vinkius
CrewAI logo

How to Use the Heyzine MCP in CrewAI

Deploy a CrewAI agent team to autonomously convert PDFs, design flipbooks, and curate your digital bookshelves.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Heyzine MCP on Cursor AI Code Editor MCP Client Heyzine MCP on Claude Desktop App MCP Integration Heyzine MCP on OpenAI Agents SDK MCP Compatible Heyzine MCP on Visual Studio Code MCP Extension Client Heyzine MCP on GitHub Copilot AI Agent MCP Integration Heyzine MCP on Google Gemini AI MCP Integration Heyzine MCP on Lovable AI Development MCP Client Heyzine MCP on Mistral AI Agents MCP Compatible Heyzine MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Heyzine MCP to CrewAI

Create your Vinkius account to connect Heyzine to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

CrewAI agents manage your library

The `convert_pdf_to_flipbook` tool gives your content agent the ability to generate interactive media from raw documents. It takes a PDF URL and hands back a live, animated flipbook. You can assign a separate design agent to watch for new uploads. The second agent immediately grabs the new ID and calls `update_flipbook_design` to apply your corporate branding rules without human input.

Organize collections with specialized roles

A curation agent can use `add_flipbook_to_bookshelf` and `remove_flipbook_from_bookshelf` to keep your public catalogs current. It reads the latest product list and updates the collections to match. To see what is currently active, the agent queries `list_bookshelf_flipbooks`. If it finds an outdated manual, it removes it from the shelf and flags it for the moderation agent to review.

Audit publishing metrics autonomously

The `get_flipbook_details` tool pulls specific metadata and analytics for individual documents. Your analytics agent runs this on a schedule to report on page views and engagement. If the agent needs a wider view, it triggers `list_all_flipbooks` to audit the entire account. Using this MCP Server, your crew handles the tedious reporting tasks while you focus on writing the actual content.

Setup guide

Set up Heyzine MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Heyzine tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Heyzine Analyst",
    goal="Access and analyze Heyzine data via MCP.",
    backstory="Expert analyst with direct Heyzine access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Heyzine transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Heyzine MCP in CrewAI

Install the CrewAI tools package. You can pass the endpoint URL directly into your agent's mcps array. For tighter control, use MCPServerHTTP to establish the MCP connection and apply a filter to restrict access.
Yes. Give your publisher agent access to the conversion tool, but only give the admin agent access to the delete tool. Role-based access stops junior agents from making destructive API calls.
A design agent can call the template listing tool to read the options. It then uses its system prompt to decide which visual style fits the current document before applying it via the MCP tools.
Have a supervisor agent run the status check tool before kicking off a massive batch job. If the service is unreachable, the crew can pause the queue instead of failing halfway through.
Only your specific agent session. The Vinkius infrastructure routes your document URLs and API keys through an isolated sandbox. Nothing is logged, and the memory clears instantly when this MCP process finishes.

Start using the Heyzine MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Heyzine. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.