Todoist MCP Server

by mikemc
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides tools for managing Todoist tasks, projects, and sections, including creating, retrieving, updating, and deleting items through the Todoist REST API.

Todoist MCP 서버(파이썬)

Todoist Python API를 사용하여 Python으로 작성된 Todoist MCP 서버입니다. 먼저 Claude를 사용하여 이 TypeScript Todoist MCP 서버를 Python으로 변환하여 서버를 만들었습니다. Claude를 사용하여 작업 관리를 돕는 방법을 실험하면서 제 작업 흐름에 맞게 기능을 점진적으로 변경하고 추가하고 있습니다.

설치

필수 조건

Todoist API 토큰 받기

  1. Todoist 계정에 로그인하세요
  2. 설정 → 통합으로 이동
  3. "개발자"에서 API 토큰을 찾으세요.

Claude Desktop을 사용한 구성

claude_desktop_config.json에 다음을 추가합니다.

지엑스피1

사용 가능한 도구

현재 사용 가능한 도구를 보려면 다음을 실행하세요.

# With GNU grep installed as ggrep (as with `brew install grep` on Mac) ggrep -Po '(?<=^mcp.tool\(\)\()([^)]+)' main.py

2025년 4월 21일 현재,

  • 프로젝트
    • todoist_get_projects
    • todoist_get_project
    • todoist_add_project
    • todoist_update_project
    • todoist_delete_project
  • 섹션
    • todoist_get_sections
    • todoist_get_section
    • todoist_add_section
    • todoist_update_section
    • todoist_delete_section
  • 작업
    • todoist_create_task
    • todoist_get_tasks
    • todoist_get_task
    • todoist_update_task
    • todoist_close_task
    • todoist_reopen_task
    • todoist_delete_task

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

You must be authenticated.

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

Claude가 Todoist의 작업 관리 API와 상호 작용할 수 있도록 하는 Python 서버로, 사용자는 Claude의 인터페이스를 통해 직접 작업을 만들고, 관리하고, 구성할 수 있습니다.

  1. Installation
    1. Prerequisites
    2. Getting a Todoist API Token
    3. Configuration with Claude Desktop
  2. Available Tools
    1. License
      ID: rhxk8wxe9p