How to Use the Todoist MCP in Windsurf
Get your whole life organized with Windsurf's autonomous task management.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Todoist MCP to Windsurf
Create your Vinkius account to connect Todoist to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Schedule Tasks Using the Todoist MCP Server
Windsurf uses this server to handle complex scheduling goals. You just tell it, 'Finish Project Alpha tasks and start the next quarter.' The agent figures out the steps: first, it runs `list_projects` to confirm the project ID. Then, it autonomously calls `create_task` for the new item, followed by `update_task_details` to set due dates across multiple items. It doesn't stop there. If a task is already done but needs revisiting, it can use `reopen_task`. This whole process runs in the background without you having to prompt each step.
Reviewing Project Status with MCP Server
Need an overview of what's going on? The agent pulls project metadata using `get_project_details` and gets a list of all available projects via `list_projects`. You can then drill down to see sections inside any given project by calling `list_project_sections`. This gives you the full picture before writing code. It also lets you check what specific tasks are active or pending using `list_active_tasks`, filtering them by label if needed.
Handling Task Communications
The server manages task context, which is critical for team collaboration. You can pull all comments associated with a project or specific tasks using `list_comments`. This means your agent keeps track of the entire history. Furthermore, it knows how to check all available labels across your account via `list_all_labels` and even modify task details directly through `update_task_details`, making sure everyone's on the same page.
Set up Todoist MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Todoist MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Todoist payment history." If connected, Cascade will call the Todoist tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"todoist-extended-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Todoist. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Todoist MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Todoist MCP today
We host it, we monitor it, we maintain it. You just paste one token.