naotama2002/todoist-go-mcp-server
A Model Context Protocol (MCP) server that provides Todoist API integration for AI assistants.
Tools
Functions exposed to the LLM to take actions
todoist_get_task_filter_rules
Get filter rules and examples for Todoist task filters.
todoist_get_tasks
Get a list of tasks with filtering options.
todoist_get_task
Get details of a specific task.
todoist_create_task
Create a new task.
todoist_update_task
Update an existing task.
todoist_close_task
Mark a task as completed.
todoist_delete_task
Delete a task.
todoist_get_projects
Get a list of all projects.
todoist_get_project
Get details of a specific project.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client