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

How to Use the Doodle MCP in CrewAI

Deploy specialized CrewAI agent teams to coordinate Doodle polls, manage participant feedback, and finalize group schedules autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Doodle MCP to CrewAI

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

Multi-Agent Meeting Coordination

The `create_poll` tool enables your CrewAI scheduling agent to launch new meeting options via this MCP Server. A separate researcher agent gathers calendar data, while the coordinator agent builds the actual poll. Once created, the coordinator passes the poll ID to other agents in the crew. They use `get_poll` to monitor progress, ensuring the entire team stays aligned on the proposed times.

Collaborative CrewAI Participant Management

The `add_participant` tool allows a specialized outreach agent to submit votes on behalf of external clients. This CrewAI setup ensures your agents act as proxies, keeping external systems in sync with your scheduling sheets. If a client requests a change, a moderator agent runs `remove_participant` to update the choices. The crew then analyzes the remaining options using `list_participants` to find the next best slot.

Autonomous Consensus and Thread Moderation

The `add_comment` tool allows a feedback-monitoring agent to post updates and clarify details directly inside the scheduling thread. This keeps all communication centralized where the entire CrewAI team reads it. When the consensus agent determines that all participants have voted, it triggers `close_poll` to finalize the meeting. The crew then logs the final selection and prepares the meeting materials.

Setup guide

Set up Doodle 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 Doodle tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Doodle 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 Doodle MCP in CrewAI

Pass the MCP Server URL in the agent's mcps list. This gives that specific agent direct access to tools like `list_polls` while keeping other agents focused on analysis.
Yes. Your coordinator agent checks results via `list_participants` and passes conflicts to a resolver agent. That agent can run `remove_participant` or suggest new slots to fix the overlap.
A dedicated moderator agent runs `get_comments` to scan for specific requests. It then calls `add_comment` to answer questions or confirm adjustments directly on the poll page.
The agent calls `delete_poll` to remove the scheduling sheet from the system. This action instantly clears all associated participant votes and comments, resetting the workspace.
Your Doodle poll, participant, and comment data are processed entirely in memory within Vinkius's secure V8 isolates. The MCP Server never caches your credentials, keeping your organizational scheduling private.

Start using the Doodle 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 Doodle. 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.