ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Doodle with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage group scheduling via Doodle. create meeting polls, track participant votes, handle comments, and close polls directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Doodle capability set.

These are the exact actions your AI can choose when you ask it to work with Doodle.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Doodle.

  1. 01

    Add comment

    Add a comment to a Doodle poll

  2. 02

    Create poll

    Participants will be invited to vote on their preferred options. Create a new Doodle poll for group scheduling

  3. 03

    Get poll

    Retrieve detailed information for a specific Doodle poll by ID

  4. 04

    List polls

    Returns poll titles, states (OPEN/CLOSED), creation dates, number of participants, and chosen final options. List all Doodle polls created by the authenticated user

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Doodle.

  1. 05

    Close poll

    Overrides the core settings dictating finally which exact option value string won. Close a Doodle poll and set the final chosen option

  2. 06

    Delete poll

    Drops the raw data out of the system returning completely blank state. Permanently delete a Doodle poll and all associated participant votes and comments

  3. 07

    Add participant

    Provide a name and preference array (0=no, 1=yes, 2=if-need-be) matching option quantities. Add a participant vote to a Doodle poll programmatically

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Doodle.

  1. 08

    List participants

    List all participants who voted on a Doodle poll

  2. 09

    Remove participant

    The core system inherently recalculates the total votes autonomously. Remove a participant and their votes from a Doodle poll

  3. 10

    Get comments

    Retrieve all comments on a Doodle poll

Observed, not estimated

869ms average. Fast in production.

Doodle is checked daily against the live service.

Daily averagePeak 1100ms
Aug 20Today
Fastest day
728ms
Slowest day
1100ms
14-day trend
Slowing+12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Doodle, so you can see the experience inside your AI.

It does not authenticate your account with Doodle. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Doodle Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_Z1UkJScv3u4SWdM6r0MrrO2WIVfF2thlWG2Qq1uK/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Doodle capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "doodle-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_Z1UkJScv3u4SWdM6r0MrrO2WIVfF2thlWG2Qq1uK/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Doodle owners ask.

  • 01

    Can my agent create a meeting poll with specific date and time options?

    Yes. Use the 'create_poll' capability. You can provide a JSON array of option strings (e.g., ['2026-04-01 10:00', '2026-04-02 14:00']). The agent will command the Doodle backend to generate the standard poll structure instantly.

  • 02

    How do I add a participant's vote programmatically via chat?

    Use the 'add_participant' capability. Provide the poll ID, the participant's name, and a JSON array of preference values (0=no, 1=yes, 2=if-need-be) matching the number of poll options. The agent will trigger the response routing instantly.

  • 03

    Can I close a poll and set the final meeting time through the agent?

    Absolutely. Use the 'close_poll' capability. Provide the poll ID and the text of the winning option. The agent will change the poll state to CLOSED, locking the participation arrays and officially confirming the chosen time.