Todoist Connector for AI agents.
12 live capabilities
Manage your task lists and project workflows through natural conversation.
Waiting for input…
Why people use Todoist
Todoist for Eliminating Manual Task Entry
With this Connector, you just tell your AI client what needs to get done. It handles the creation, the project assignment, and the priority setting in one go. You get a clean list without the clicking.
What Vinkius changes
You get a hands-free way to manage your entire Todoist workspace from your preferred AI client.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Adding client tasks on the fly
A freelancer needs to add a task for a specific client.
- Real-world use case 02
Reviewing daily priorities
A manager needs to see what's left for the day.
- Real-world use case 03
Checking team feedback
A user wants to see what people said about a project.
Complete set · 12capabilities
The complete Todoist capability set.
These are the exact actions your AI can choose when you ask it to work with Todoist.
01—04
4 capabilities in this set.
Part of 12 available through Todoist.
- 01 Capability
Complete task
Marks a specific task as finished in your list. Use this to clear items off your plate once done.
- 02 Capability
Create project
Sets up a new project container for your work. This helps keep different workstreams separated.
- 03 Capability
Create task
Adds a new to-do item with any necessary details. Tell your agent the title, date, and priority.
- 04 Capability
Get project details
Fetches metadata for a specific project. This helps you see the high level details of a project.
05—08
4 capabilities in this set.
Part of 12 available through Todoist.
- 05 Capability
Get task details
Pulls the full description and info for one task. Use this to see the full context of a specific item.
- 06 Capability
List comments
Shows all notes and discussions on a task or project. This is great for checking team feedback.
- 07 Capability
List all labels
Shows every personal label you've created. Use this to see how your tasks are categorized.
- 08 Capability
List projects
Shows a list of all your current projects. This provides a bird's eye view of your work.
09—12
4 capabilities in this set.
Part of 12 available through Todoist.
- 09 Capability
List project sections
Shows the different sections inside a project. Use this to see how a project is structured.
- 10 Capability
List active tasks
Shows your current to-dos, filtered by project or label. This helps you see what needs to happen now.
- 11 Capability
Reopen task
Changes a completed task back to an active state. Use this when a finished task actually needs more work.
- 12 Capability
Update task details
Modifies the details of an existing task. Use this to change a deadline or update a description.
Set up in minutes
One URL. Then ask Todoist to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Todoist from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_HfQRZUA1FVTeCGmOm2bX11VlRIjnWwFHWOWvVowT/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Todoist, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Todoist for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_HfQRZUA1FVTeCGmOm2bX11VlRIjnWwFHWOWvVowT/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Todoist URL.
- Step 03
Save and start
Save the connection and enable Todoist in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"todoist-extended": {
"url": "https://edge.vinkius.com/vk_preview_HfQRZUA1FVTeCGmOm2bX11VlRIjnWwFHWOWvVowT/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Todoist
Open Agent mode in chat and ask: "Using Todoist, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"todoist-extended": {
"url": "https://edge.vinkius.com/vk_preview_HfQRZUA1FVTeCGmOm2bX11VlRIjnWwFHWOWvVowT/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Todoist
Ask Copilot: "Using Todoist, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"todoist-extended": {
"url": "https://edge.vinkius.com/vk_preview_HfQRZUA1FVTeCGmOm2bX11VlRIjnWwFHWOWvVowT/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Todoist
Open Cascade and ask: "Using Todoist, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"todoist-extended": {
"url": "https://edge.vinkius.com/vk_preview_HfQRZUA1FVTeCGmOm2bX11VlRIjnWwFHWOWvVowT/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Todoist
Ask Cline: "Using Todoist, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add todoist-extended --transport http "https://edge.vinkius.com/vk_preview_HfQRZUA1FVTeCGmOm2bX11VlRIjnWwFHWOWvVowT/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Todoist
Ask Claude: "Using Todoist, show me...". 12 tools are ready
Where the request belongs
Work Todoist can move forward.
This is for the project manager drowning in tickets, the freelancer juggling five clients, or the organized person whose to-do list is currently a mess of sticky notes.
Project Manager
Monitoring progress across different boards and updating statuses during standups.
Freelancer
Quickly adding tasks for different clients and setting deadlines without switching windows.
Executive Assistant
Organizing daily schedules and managing task priorities for busy executives.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTodoist
Organize your personal and team tasks with the productivity app that millions trust to stay on top of everything that matters.
ClickUp
Bring tasks, docs, goals, and team communication together in one workspace that replaces scattered project management capabilities.
Worktile
Collaborative project management and team communication platform. manage tasks, projects, and messages via AI.
Workast
Manage projects, tasks, and team collaboration with AI directly in your workflow.
Peerbie
Orchestrate your entire team's workspace, from Kanban boards to calendar events, completely driven by AI.
Wrike
Collaborative project management to manage tasks, projects, and team workflows with AI.
Bring your own AI
Change the model, client or framework. Keep Todoist connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Todoist.
The practical details behind the request, access and result.
Can the Todoist MCP add tasks with due dates?
Yes, it can create new tasks with specific dates and times. You just need to tell your AI client when the task is due.
Does the Todoist MCP work with my existing projects?
Yes, it connects directly to your current projects and labels so you can manage your existing setup immediately.
Can I use the Todoist MCP to see my comments?
Yes, it can fetch and display comments from both tasks and projects, helping you stay on top of team discussions.
Can the Todoist MCP filter my tasks?
Yes, it supports Todoist's filter syntax. You can ask your agent to show you tasks for 'today', 'p1', or specific labels.
Is the Todoist MCP good for team projects?
Yes, it can manage projects and sections shared with your team, making it a great way to coordinate group work.
Can I reopen a task I already finished?
Yes, it has a specific capability to mark closed tasks as active again if you realize they still need some work.
Can I filter tasks for today using the AI?
Yes! Use the list_active_tasks capability and provide the filter parameter set to 'today'. Your agent will retrieve all tasks scheduled for the current date.
How do I add a new task to a specific project?
Use the create_task capability. Provide the content and the unique Project ID. You can also include a due_string like 'tomorrow at 10am' to set a deadline.
Is it possible to list all my labels via AI?
Absolutely. Run the list_all_labels query. The agent will retrieve the complete directory of labels you use to categorize tasks in your account.
One connection away
Give your agent a direct line to Todoist.
Connect Todoist once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available