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

How to Use the Calendly MCP in AutoGen

Build teams of AI agents that debate and manage Calendly scheduling for you with AutoGen.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Calendly MCP to AutoGen

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

Let AI Agents Negotiate Schedules

AutoGen is about conversations between agents. You can create a "Scheduling Agent" that uses `get_available_times` to propose meeting slots. Then, a "Logistics Agent" could use `get_event_type` to check if the proposed meeting's duration and settings are appropriate for the attendees. The agents debate the options. One agent might find a time, but another could flag that it's outside someone's normal hours by checking their schedule via `list_availability`. They work together, using different Calendly tools to converge on the best possible meeting time.

The AutoGen MCP Server Workflow

Build a whole team of specialized agents. An "Admin Agent" could be responsible for housekeeping tasks, like using `list_scheduled_events` to find old meetings and `cancel_event` to clean them up. A "Recruiting Agent" could be focused on using `list_event_types` to find the right interview loop for a candidate. These agents don't just act; they report to a manager agent or to you. The Admin Agent could propose a list of events to cancel, and you (or another agent) would give the final approval. This MCP Server provides the specific tools each agent needs to play its part in the conversation.

Coordinate Your Team with AI Agents

Managing a team's calendar is a perfect task for AutoGen. One agent can use `list_org_members` to get the team roster. Another agent can then check who is attending a specific meeting with `list_invitees` and cross-reference it with the master list. This enables complex, collaborative workflows. For instance, if a key person is missing from an invitee list, an "Alert Agent" could flag it. Another agent could then try to find a better time for the whole group. It's about using multiple agents to check each other's work and make smarter decisions.

Setup guide

Set up Calendly 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 Calendly 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="Calendly_assistant",
    model_client=OpenAIChatCompletionClient(model="gpt-4o"),
    tools=tools,
)

result = await agent.run("List recent Calendly 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 Calendly MCP in AutoGen

Yes, that's exactly what AutoGen is for. The first agent would use `get_available_times`. The second could review the proposal and then either confirm or reject it, creating a collaborative workflow.
An agent would be given the `cancel_event` tool. You could design a system where one agent identifies the event to cancel, and a UserProxyAgent asks you for confirmation before the tool is actually executed.
Definitely. The `list_org_members` tool is designed for this. An "HR Agent" could use this tool to get a list of all team members and their roles within your AutoGen conversation.
The `list_event_types` tool provides this. An agent can call it to see all the meeting templates you've created in Calendly, like "15-min Quick Sync" or "60-min Project Demo."
Your Calendly data, such as organization member lists or event details, is never persisted by the MCP server. Each tool call is handled in a dedicated, zero-trust sandbox that is destroyed after your request completes. Your API token is the only key.

Start using the Calendly MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

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