todoist-go-mcp-server

todoist-go-mcp-server

3.2

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

  1. todoist_get_task_filter_rules

    Get filter rules and examples for Todoist task filters.

  2. todoist_get_tasks

    Get a list of tasks with filtering options.

  3. todoist_get_task

    Get details of a specific task.

  4. todoist_create_task

    Create a new task.

  5. todoist_update_task

    Update an existing task.

  6. todoist_close_task

    Mark a task as completed.

  7. todoist_delete_task

    Delete a task.

  8. todoist_get_projects

    Get a list of all projects.

  9. todoist_get_project

    Get details of a specific project.