Skip to main content
Glama

Todoist MCP

by Scofieldkoh

Todoist MCP

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

它支持Todoist TypeScript 客户端提供的所有 API。

设置

构建服务器应用程序:

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

格拉玛

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

使 LLM 能够通过其 API 与 Todoist 任务管理平台进行交互,支持官方 Todoist TypeScript 客户端的所有功能。

  1. 设置
    1. 分配
      1. 锻造工艺
      2. 格拉玛

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Integrates Claude with Todoist for natural language task management, supporting project and section organization, task creation, updating, completion, and deletion using everyday language.
      Last updated -
      19
      16
      18
      JavaScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      An MCP server that enables LLMs to interact with Todoist tasks, projects, and other features through the Todoist API.
      Last updated -
      36
      754
      150
      TypeScript
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      quality
      Complete Todoist REST API v2 integration with support for tasks, projects, sections, comments, and labels management
      Last updated -
      34
      754
      37
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      A Python server that enables Claude to interact with Todoist's task management API, allowing users to create, manage, and organize tasks directly through Claude's interface.
      Last updated -
      17
      7
      Python
      MIT License
      • Apple

    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/Scofieldkoh/todoist_mcp'

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