Skip to main content
Glama

Todoist MCP Server

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
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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

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

            Related MCP Servers

            • 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
              1,112
              292
              JavaScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              A Model Context Profile server that enables Claude to interact with Todoist, allowing users to create, retrieve, update, and manage tasks through natural language commands.
              Last updated -
              6
              2
              Python
              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
            • A
              security
              A
              license
              A
              quality
              An MCP server that connects Claude with Todoist for complete task and project management through natural language.
              Last updated -
              28
              590
              27
              TypeScript
              MIT License
              • Apple
              • Linux

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

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