Skip to main content
Glama

Todoist MCP Server

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" } } } }

사용 가능한 도구

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

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

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

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.

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

  1. 설치
    1. 필수 조건
    2. Todoist API 토큰 받기
    3. Claude Desktop을 사용한 구성
  2. 사용 가능한 도구
    1. 특허

      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
        35
        12
        JavaScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        An MCP server that integrates Claude with Todoist, enabling natural language task management including creating, updating, completing, and deleting tasks.
        Last updated -
        5
        245
        153
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A 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 -
        1
        Python
      • -
        security
        -
        license
        -
        quality
        A Model Context Protocol server that enables advanced task and project management in Todoist via Claude Desktop and other MCP-compatible clients.
        Last updated -
        JavaScript
        MIT License

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

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