Skip to main content
Glama
by mikemc

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에 MCP 서버를 추가합니다.

지엑스피1

또는 로컬 사본에서 실행하려면

{ "mcpServers": { "todoist": { "command": "uvx", "args": [ "--from", "/absolute/path/to/todoist-mcp-server", "todoist-mcp" ], "env": { "TODOIST_API_TOKEN": "your_todoist_api_token" } } } }

Related MCP server: Todoist MCP Server

사용 가능한 도구

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

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

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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

Latest Blog Posts

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/mikemc/todoist-mcp-server'

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