Todoist MCP 서버(파이썬)
Todoist Python API를 사용하여 Python으로 작성된 Todoist MCP 서버입니다. 먼저 Claude를 사용하여 이 TypeScript Todoist MCP 서버를 Python으로 변환하여 서버를 만들었습니다. Claude를 사용하여 작업 관리를 돕는 방법을 실험하면서 제 작업 흐름에 맞게 기능을 점진적으로 변경하고 추가하고 있습니다.
설치
필수 조건
- 파이썬 3.10+
- UV 패키지 관리자( 설치 가이드 )
- Todoist API 토큰
Todoist API 토큰 받기
- Todoist 계정에 로그인하세요
- 설정 → 통합으로 이동
- "개발자"에서 API 토큰을 찾으세요.
Claude Desktop을 사용한 구성
claude_desktop_config.json에 MCP 서버를 추가합니다.
지엑스피1
또는 로컬 사본에서 실행하려면
사용 가능한 도구
현재 사용 가능한 도구를 보려면 다음을 실행하세요.
2025년 5월 26일 현재,
- 프로젝트
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_get_task
todoist_get_tasks
todoist_filter_tasks
todoist_add_task
todoist_update_task
todoist_complete_task
todoist_uncomplete_task
todoist_move_task
todoist_delete_task
- 댓글
todoist_get_comment
todoist_get_comments
todoist_add_comment
todoist_update_comment
todoist_delete_comment
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
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.
Tools
Claude가 Todoist의 작업 관리 API와 상호 작용할 수 있도록 하는 Python 서버로, 사용자는 Claude의 인터페이스를 통해 직접 작업을 만들고, 관리하고, 구성할 수 있습니다.
Related MCP Servers
- AsecurityAlicenseAqualityIntegrates Claude with Todoist for natural language task management, supporting project and section organization, task creation, updating, completion, and deletion using everyday language.Last updated -193512JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that integrates Claude with Todoist, enabling natural language task management including creating, updating, completing, and deleting tasks.Last updated -5245153JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to interact with your Todoist account, allowing you to manage tasks, projects, and labels through natural language.Last updated -1Python
- -security-license-qualityA Model Context Protocol server that enables advanced task and project management in Todoist via Claude Desktop and other MCP-compatible clients.Last updated -JavaScriptMIT License