Skip to main content
Glama

Todoist MCP

by Scofieldkoh

Todoist MCP

Todoist와 상호 작용하려면 이 모델 컨텍스트 프로토콜 서버를 LLM에 연결하세요.

Todoist TypeScript 클라이언트 에서 사용 가능한 모든 API를 지원합니다.

설정

서버 앱을 빌드합니다.

지엑스피1

Claude 구성:

MCP를 지원하는 Claude 데스크톱 앱을 설치해야 합니다.

Todoist API 키는 Todoist > 설정 > 통합 > 개발자 에서 받을 수 있습니다.

그런 다음 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 Desktop에 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