MCP.so
ログイン

MCP-Todoist Integration

@stevengonsalvez

MCP-Todoist Integration について

MCP server for Todoist integration for Natural language task management

基本情報

カテゴリ

生産性

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

stevengonsalvez

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-todoist-stevengonsalvez": {
      "command": "uv",
      "args": [
        "pip",
        "sync",
        "requirements.txt"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP-Todoist Integration?

MCP-Todoist Integration is a Model Context Protocol (MCP) server that enables language models to interact with Todoist tasks, projects, sections, labels, comments, and collaborators through the Todoist API.

How to use MCP-Todoist Integration?

Install the server via uvx (uvx install mcp-todoist), a cloned repository, or with uv. Configure it in an MCP‑compatible client like Claude Desktop by adding a JSON block with the command, arguments, and your Todoist API token as an environment variable. Once running, the language model can call the provided tools or read the available resources to manage Todoist data.

Key features of MCP-Todoist Integration

  • Complete Todoist API integration for tasks, projects, sections, labels, comments, and collaborators
  • Create, read, update, delete operations on all major Todoist entities
  • Filter tasks by various criteria
  • Access project collaborators
  • Well-documented tools and resources for use with language models

Use cases of MCP-Todoist Integration

  • Create a new task in Todoist with a title and due date
  • Retrieve and display all tasks from a specific project
  • Mark a task as complete or uncomplete
  • Add a comment to an existing task
  • Create a new project with multiple sections

FAQ from MCP-Todoist Integration

What are the requirements to run MCP-Todoist Integration?

Python 3.10 or higher, a Todoist account with an API token, and an MCP‑compatible client (such as Claude Desktop).

How do I obtain a Todoist API token?

Log in to your Todoist account, go to Settings > Integrations, and copy the API token from the “API token” section.

How do I configure MCP-Todoist Integration with Claude Desktop?

Add a JSON entry to Claude Desktop’s MCP Servers Configuration (under Settings > Advanced) with the command and environment variable TODOIST_API_TOKEN. You can use uvx mcp-todoist or a local Python path.

What tools does MCP-Todoist Integration provide?

It provides tools for task management (create, get, update, complete, uncomplete, delete), project management, section management, label management, comment management, and retrieving collaborators for a project.

What resources are available?

Resources include todoist://tasks, todoist://projects, todoist://labels, and filtered resources by project, section, or label.

コメント

「生産性」の他のコンテンツ