Bring Meeting Polls
to VS Code Copilot
Create your Vinkius account to connect Doodle to VS Code Copilot and start using all 10 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the Doodle MCP Server?
Connect your Doodle account to any AI agent and take full control of your group scheduling and meeting polls through natural conversation.
What you can do
- Poll Orchestration — List all Doodle polls and retrieve explicitly attached array vectors representing titles, states (OPEN/CLOSED), and final chosen options
- Live Poll Creation — Provision new group scheduling polls by commanding absolute explicit text payloads for specific dates and times
- Participant Auditing — Enumerate explicitly attached user responses active within any target poll to identify precisely who has voted
- Programmatic Voting — Trigger absolute response routing to add or remove participant votes, mapping literal preference arrays (Yes, No, If-need-be) exactly
- Collaboration Oversight — Retrieve and append string chats and contextual comments attached to specific poll IDs to verify participant feedback
- State Management — Change poll states to CLOSED to lock participation arrays and override core settings to dictate finally which exact option won
- Data Invalidation — Irreversibly vaporize explicit poll entities and wipe all associated votes and comments from the system permanently
How it works
- Subscribe to this server
- Enter your Doodle API Key (Legacy API access required, contact Doodle Enterprise for new integrations)
- Start managing your group polls from Claude, Cursor, or any MCP-compatible client
Who is this for?
- Project Managers — coordinate meeting times across large groups and audit votes without manual follow-ups
- Executive Assistants — create and manage Doodle polls and monitor participant feedback using natural language
- Operations Teams — automate group scheduling flows and verify poll results in real-time
- Developers — test and debug legacy Doodle API integrations and vote mapping logic through the chat
Built-in capabilities (10)
Add a comment to a Doodle poll
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
Overrides the core settings dictating finally which exact option value string won. Close a Doodle poll and set the final chosen option
Participants will be invited to vote on their preferred options. Create a new Doodle poll for group scheduling
Drops the raw data out of the system returning completely blank state. Permanently delete a Doodle poll and all associated participant votes and comments
Retrieve all comments on a Doodle poll
Retrieve detailed information for a specific Doodle poll by ID
List all participants who voted on a Doodle poll
Returns poll titles, states (OPEN/CLOSED), creation dates, number of participants, and chosen final options. List all Doodle polls created by the authenticated user
The core system inherently recalculates the total votes autonomously. Remove a participant and their votes from a Doodle poll
Why VS Code Copilot?
GitHub Copilot Agent mode brings Doodle data directly into your VS Code workflow. With a project-scoped config, the entire team shares access to 10 tools. Copilot queries live data, generates typed code, and writes tests from actual API responses, all without leaving the editor.
- —
VS Code is used by over 70% of developers. adding MCP tools to Copilot means your team can leverage external data without leaving their primary editor
- —
Project-scoped MCP configs (
.vscode/mcp.json) let you commit server configurations to your repository, ensuring the entire team shares the same tool access - —
Copilot's Agent mode integrates MCP tools seamlessly with file editing, terminal commands, and workspace search in a single agentic loop
- —
GitHub's enterprise compliance and audit features extend to MCP tool usage, providing visibility into how AI interacts with external services
Doodle in VS Code Copilot
Why run Doodle with Vinkius?
The Doodle connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 10 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect Doodle using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
Doodle and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect Doodle to VS Code Copilot through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
Doodle for VS Code Copilot
Every request between VS Code Copilot and Doodle is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
Can my agent create a meeting poll with specific date and time options?
Yes. Use the 'create_poll' tool. 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.
How do I add a participant's vote programmatically via chat?
Use the 'add_participant' tool. 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.
Can I close a poll and set the final meeting time through the agent?
Absolutely. Use the 'close_poll' tool. 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.
Which VS Code version supports MCP?
MCP support requires VS Code 1.99 or later with the GitHub Copilot extension. Ensure both are updated to the latest version. Older versions of Copilot may not expose the Agent mode toggle.
How do I switch to Agent mode?
Open the Copilot Chat panel and look for two mode options: "Ask" and "Agent". Click "Agent" to enable autonomous tool calling. In Ask mode, Copilot provides conversational answers but cannot invoke MCP tools.
Can I restrict which MCP tools Copilot can access?
Yes. VS Code shows a tool consent dialog before any MCP tool is invoked for the first time. You can also configure tool access policies at the organization level through GitHub Copilot settings.
Does MCP work in VS Code Remote or Codespaces?
Yes. MCP servers configured via .vscode/mcp.json work in Remote SSH, WSL, and GitHub Codespaces environments. The MCP connection is established from the remote host, so ensure the server URL is accessible from that environment.
MCP tools not available
Ensure you are in Agent mode in Copilot Chat. MCP tools only appear in Agent mode.
Explore More MCP Servers
View all →
Captain Data
11 toolsAutomate web data extraction via Captain Data — find and enrich people and company profiles directly from any AI agent.

Bidsketch
10 toolsAutomate proposal creation via Bidsketch — list proposals, clients, and templates directly from any AI agent.

Chaindesk
11 toolsBuild no-code AI agents trained on your own data that handle customer support, lead qualification, and FAQ resolution.

Motion (AI Calendar & Task Management)
10 toolsManage your schedule via Motion — create AI-optimized tasks, track projects, and audit your timeline.
