Skip to main content
Glama

Todoist MCP

by Doist

Todoist MCP

Todoist와 상호 작용하려면 이 모델 컨텍스트 프로토콜 서버를 LLM에 연결하세요.

기능성

이 통합은 Todoist TypeScript 클라이언트 에서 사용 가능한 모든 API를 구현하여 다음에 대한 액세스를 제공합니다.

작업 관리

  • 작업 만들기(내용, 설명, 마감일, 우선순위, 레이블 등 포함)
  • 자연어로 작업 만들기(예: "금요일 오후 5시까지 보고서 제출 #업무")
  • 작업 검색(개별 작업, 필터링된 작업 또는 모든 작업)
  • 완료된 작업 검색(완료일 또는 마감일 기준)
  • 생산성 통계를 얻으세요
  • 작업 업데이트
  • 작업 이동(개별적으로 또는 일괄적으로)
  • 작업 닫기/다시 열기
  • 작업 삭제

프로젝트 관리

  • 프로젝트 생성, 검색, 업데이트 및 삭제

섹션 관리

  • 프로젝트 내에서 섹션을 생성, 검색, 업데이트 및 삭제합니다.

댓글 관리

  • 작업이나 프로젝트에 대한 주석을 추가, 검색, 업데이트 및 삭제합니다.

라벨 관리

  • 레이블 생성, 검색, 업데이트 및 삭제
  • 공유 라벨 관리

협동

  • 프로젝트에 협력자를 확보하세요

설정

서버 앱을 빌드합니다.

지엑스피1

Claude 구성:

MCP를 지원하는 Claude 데스크톱 앱을 설치해야 합니다.

Todoist API 키는 Todoist > 설정 > 통합 > 개발자 에서 받을 수 있습니다.

그런 다음 claude_desktop_config.json 에 새 MCP 서버를 추가합니다.

{ "mcpServers": { "todoist-mcp": { "command": "node", "args": ["/path/to/repo/build/index.js"], "env": { "TODOIST_API_KEY": "your_todoist_api_key" } } } }

이제 Claude 데스크톱 앱을 실행하고 Todoist 업데이트를 요청할 수 있습니다.

분포

대장간

Smithery를 사용하여 Claude Desktop에 Todoist MCP 설치하기:

npx -y @smithery/cli install @miottid/todoist-mcp --client claude

글라마

You must be authenticated.

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

LLM이 Todoist API를 통해 Todoist 작업, 프로젝트 및 기타 기능과 상호 작용할 수 있도록 하는 MCP 서버입니다.

  1. 기능성
    1. 작업 관리
    2. 프로젝트 관리
    3. 섹션 관리
    4. 댓글 관리
    5. 라벨 관리
    6. 협동
  2. 설정
    1. 분포
      1. 대장간
      2. 글라마

    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
      245
      153
      JavaScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
      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
    • -
      security
      A
      license
      -
      quality
      An MCP server that connects Claude with Todoist for complete task and project management through natural language.
      Last updated -
      212
      11
      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/Doist/todoist-mcp'

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