Todoist MCP Server

MIT License

Todoist MCP 서버

Todoist용 MCP(Model Context Protocol) 서버로, Claude Desktop 및 기타 MCP 호환 클라이언트를 통해 고급 작업 및 프로젝트 관리를 지원합니다.

요구 사항

특징

  • 작업 나열, 생성, 업데이트, 완료, 다시 열기 및 삭제
  • 프로젝트 나열, 생성, 업데이트, 보관, 보관 해제 및 삭제
  • 섹션 나열, 생성, 업데이트 및 삭제
  • 레이블 나열, 생성, 업데이트 및 삭제
  • 댓글을 나열, 생성, 업데이트 및 삭제합니다.
  • 공유 라벨 관리
  • 프로젝트 협력자 가져오기

모든 기능

  • 작업 : 나열, 가져오기, 생성, 업데이트, 완료, 다시 열기, 삭제
  • 프로젝트 : 목록, 가져오기, 생성, 업데이트, 보관, 보관 취소, 삭제
  • 섹션 : 목록(프로젝트별), 가져오기, 만들기, 업데이트, 삭제
  • 레이블 : 공유 레이블 나열, 가져오기, 만들기, 업데이트, 삭제, 관리
  • 댓글 : 목록(작업/프로젝트별), 가져오기, 생성, 업데이트, 삭제
  • 협력자 : 프로젝트 협력자 목록

설치

Claude Desktop(JSON)용

npm 패키지로 게시된 경우 Claude Desktop 구성에서 npx와 함께 직접 사용할 수 있습니다.

지엑스피1

  • TODOIST_API_TOKEN 표시된 대로 설정합니다.

수동 설치

  1. 저장소를 복제합니다.
    git clone https://github.com/yourusername/todoist-mcp.git cd todoist-mcp
  2. 종속성 설치:
    npm install # or yarn install
  3. 프로젝트를 빌드하세요:
    npm run build # or yarn build
  4. Todoist API 토큰을 환경 변수로 설정합니다(위 참조).
  5. 빌드된 서버를 실행합니다.
    node dist/server.js
  6. 로컬 빌드를 사용하도록 Claude Desktop을 구성하려면 다음을 구성 파일에 추가합니다.
    { "mcpServers": { "todoist": { "command": "node", "args": [ "/path/to/todoist-mcp/dist/server.js" ], "env": { "TODOIST_API_TOKEN": "your_todoist_token" } } } }

사용 예

  • 최우선순위 작업을 받으세요:

    "가장 우선 순위가 높은 작업을 보여주세요."

  • 라벨을 만들고 분류하세요.

    "내 작업에 라벨을 만들고 프로젝트나 긴급성에 따라 분류하세요."

  • 섹션별로 작업을 구성하세요.

    "긴급" 라벨이 붙은 모든 작업을 "오늘" 섹션으로 이동합니다.

  • 프로젝트 관리:

    '개인 성장'이라는 이름의 새로운 프로젝트를 만들고 '읽기 목록' 섹션을 추가하세요.

  • 협력자 개요:

    "프로젝트 '팀 론칭'에 참여한 모든 협력자를 나열하세요."

  • 댓글 관리:

    "'슬라이드 준비' 작업에 '2분기 결과를 포함하는 것을 잊지 마세요'라는 내용의 주석을 추가하세요."

특허

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

-
security - not tested
-
license - not tested
-
quality - not tested

Claude Desktop 및 기타 MCP 호환 클라이언트를 통해 Todoist에서 고급 작업 및 프로젝트 관리를 가능하게 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 요구 사항
    1. 특징
      1. 모든 기능
        1. 설치
          1. Claude Desktop(JSON)용
          2. 수동 설치
        2. 사용 예
          1. 특허

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list through Claude.
              Last updated -
              117
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
              Last updated -
              10
              322
              28
              JavaScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that integrates with Notion's API to manage personal todo lists, allowing users to view, add, and update tasks directly from Claude.
              Last updated -
              3
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.
              Last updated -
              10
              4
              TypeScript
              MIT License

            View all related MCP servers

            ID: fsr4mtby9i