MCP server and tools for connecting AI agents to Todoist
Todoist integration via mcp-cli.
ALWAYS use mcp-cli. DO NOT use MCP tools directly.
# Today's tasks
mcp-cli call todoist find-tasks-by-date '{"startDate": "today"}'
# Create task
mcp-cli call todoist add-tasks '{"tasks": [{"content": "Task", "dueString": "tomorrow", "priority": 2}]}'
# Complete task
mcp-cli call todoist complete-tasks '{"ids": ["task_id"]}'
# Overview
mcp-cli call todoist get-overview '{}'
A set of tools to connect to AI agents, to allow them to use Todoist on a user's behalf. Uses mcp-cli wrapper for stable connections.
Repository: Doist/todoist-ai Language: TypeScript Stars: 212 License: MIT License
Use this skill when you need to:
references/README.md - Complete README documentationreferences/CHANGELOG.md - Version history and changesreferences/issues.md - Recent GitHub issuesreferences/releases.md - Release notesreferences/file_structure.md - Repository structureSee README.md for complete usage instructions and examples.
Generated by Skill Seeker | GitHub Repository Scraper