Skip to main content
Glama

Todoist MCP

by Doist

Todoist MCP

将此模型上下文协议服务器连接到您的 LLM 以与 Todoist 进行交互。

功能

此集成实现了Todoist TypeScript 客户端提供的所有 API,提供对以下各项的访问:

任务管理

  • 创建任务(包括内容、描述、截止日期、优先级、标签等)
  • 使用自然语言创建任务(例如,“周五下午 5 点前提交报告#Work”)
  • 检索任务(单个任务、筛选任务或所有任务)
  • 检索已完成的任务(按完成日期或截止日期)
  • 获取生产力统计数据
  • 更新任务
  • 移动任务(单独或批量)
  • 关闭/重新打开任务
  • 删除任务

项目管理

  • 创建、检索、更新和删除项目

部门管理

  • 在项目中创建、检索、更新和删除部分

评论管理

  • 添加、检索、更新和删除任务或项目的评论

标签管理

  • 创建、检索、更新和删除标签
  • 管理共享标签

合作

  • 寻找项目合作者

设置

构建服务器应用程序:

npm install npm run build

配置Claude:

您必须安装支持 MCP 的Claude桌面应用程序。

您可以从Todoist > 设置 > 集成 > 开发者获取 Todoist API 密钥。

然后,在您的claude_desktop_config.json中添加一个新的 MCP 服务器:

{ "mcpServers": { "todoist-mcp": { "command": "node", "args": ["/path/to/repo/build/index.js"], "env": { "TODOIST_API_KEY": "your_todoist_api_key" } } } }

您现在可以启动 Claude 桌面应用程序并要求更新 Todoist。

分配

锻造工艺

使用Smithery在 Claude 桌面上安装 Todoist MCP:

npx -y @smithery/cli install @miottid/todoist-mcp --client claude

格拉玛

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

MCP 服务器使 LLM 能够通过 Todoist API 与 Todoist 任务、项目和其他功能进行交互。

  1. 功能
    1. 任务管理
    2. 项目管理
    3. 部门管理
    4. 评论管理
    5. 标签管理
    6. 合作
  2. 设置
    1. 分配
      1. 锻造工艺
      2. 格拉玛

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server that integrates Claude with Todoist, enabling natural language task management including creating, updating, completing, and deleting tasks.
      Last updated -
      5
      245
      153
      JavaScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
      Last updated -
      1
      Python
    • -
      security
      -
      license
      -
      quality
      A Model Context Protocol server that enables advanced task and project management in Todoist via Claude Desktop and other MCP-compatible clients.
      Last updated -
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      An MCP server that connects Claude with Todoist for complete task and project management through natural language.
      Last updated -
      212
      11
      TypeScript
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Doist/todoist-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server