4,500+ servers built on MCP Fusion
Vinkius
Easelly logo
Vinkius
AutoGen logo

How to Use the Easelly MCP in AutoGen

Let your AutoGen agents debate and collaborate using this MCP server to design, review, and export Easelly infographics.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Easelly MCP to AutoGen

Create your Vinkius account to connect Easelly to AutoGen 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

Coordinate multi-agent design reviews with AutoGen

The `update_infographic` tool lets your AutoGen design agent apply layout changes that have been debated and approved by your copywriter and editor agents. Instead of a single model making unchecked edits, one AutoGen agent proposes layout updates to the Easelly template while another reviews them for consistency. This collaborative AutoGen workflow ensures your final Easelly visual reports meet brand guidelines before any files are generated. The AutoGen agents negotiate layout placements, verify text length, and only commit changes once they reach a consensus.

Automate file generation via an MCP Server

The `generate_pdf` tool allows your AutoGen publishing agent to export the finished Easelly infographic once the review agents approve the layout. This separation of concerns means your rendering tools are only called after the design has been thoroughly vetted by the AutoGen group. If the AutoGen layout review agent flags an overlapping text block, the system halts the export and sends the design back to the editing agent. You save processing time by only rendering high-resolution Easelly documents that are guaranteed to look correct.

Build visual assets from scratch using agent consensus

The `create_infographic` tool initiates a new Easelly canvas based on the structural decisions made during your multi-agent AutoGen conversation. Your AutoGen planning agent outlines the sections, while the design agent builds the initial layout blocks. By letting AutoGen agents debate the structure before creation, you avoid chaotic, unorganized visual layouts in Easelly. The resulting design is clean, structured, and perfectly aligned with the data points discussed during the AutoGen agent session.

Setup guide

Set up Easelly MCP in AutoGen

Prerequisites

  • Python 3.10+ installed
  • autogen-ext[mcp] package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install AutoGen with MCP

    Run pip install "autogen-ext[mcp]" autogen-agentchat. The MCP extension includes mcp_server_tools for stateless tool access.

  2. 2

    Fetch tools from the MCP

    Call mcp_server_tools(SseServerParams(url=...)) with your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Run your agent

    Pass the tools to AssistantAgent and call agent.run(). The agent invokes Easelly tools and returns structured results.

agent.py
from autogen_ext.tools.mcp import SseServerParams, mcp_server_tools
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient

server_params = SseServerParams(
    url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
)

tools = await mcp_server_tools(server_params)

agent = AssistantAgent(
    name="Easelly_assistant",
    model_client=OpenAIChatCompletionClient(model="gpt-4o"),
    tools=tools,
)

result = await agent.run("List recent Easelly data")
print(result.messages[-1].content)

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 Easelly MCP in AutoGen

You assign different roles to your agents, such as a designer agent that calls `update_infographic` and a reviewer agent that inspects the layout JSON. They debate changes in a group chat before committing them.
Yes, you can connect your local AutoGen setup to the hosted Vinkius endpoint using the `StreamableHttpServerParams` transport. This gives your agents access to the tools without local installation headaches.
Install `autogen-ext[mcp]` and use `mcp_server_tools` to fetch the tools from your Vinkius endpoint. Pass the resulting tool list directly into your `AssistantAgent` constructor.
The `McpToolAdapter` handles all schema conversions automatically under the hood. Your AutoGen agents can call the tools using standard JSON payloads without manual schema mapping.
All generated PNG and PDF files are processed inside secure, ephemeral V8 sandboxes. Your visual assets are never stored permanently, ensuring strict data boundaries for your corporate reports.

Start using the Easelly MCP today

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

Built & Managed by Vinkius 30s setup 6 tools

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

No hosting. No infrastructure. No complex setup.
All 6 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.