todoist-go-mcp-server
If you are the rightful owner of todoist-go-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides Todoist API integration for AI assistants.
The Todoist MCP Server allows AI assistants to interact with Todoist, enabling them to manage tasks and projects on behalf of users. This server implements the Model Context Protocol (MCP), providing a standardized interface for AI systems to access Todoist functionality. It supports task and project management operations such as creating, updating, and deleting tasks, as well as retrieving project details. The server can be run in HTTP or standard I/O mode, making it versatile for different integration scenarios. It requires Go 1.21 or later and a Todoist API token for setup.
Features
- Task Management: Includes operations like getting task details, creating, updating, completing, and deleting tasks.
- Project Management: Allows retrieval of all projects and specific project details.
Tools
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.