Skip to main content
Glama

Todoist MCP

by Scofieldkoh

MCP-процессор Todoist

Подключите этот сервер Model Context Protocol к вашему LLM для взаимодействия с Todoist.

Он поддерживает все API, доступные в клиенте Todoist TypeScript .

Настраивать

Создайте серверное приложение:

npm install npm run build

Настройте Клода:

Вам необходимо установить настольное приложение Claude , поддерживающее MCP.

Вы можете получить свой ключ API Todoist в разделе 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.

Распределение

Кузнечное дело

значок кузнеца

Установите Todoist MCP на Claude Desktop с помощью Smithery :

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

Глама

-
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.

Позволяет LLM взаимодействовать с платформой управления задачами Todoist через ее API, поддерживая все функции официального клиента Todoist TypeScript.

  1. Настраивать
    1. Распределение
      1. Кузнечное дело
      2. Глама

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server that enables LLMs to interact with Todoist tasks, projects, and other features through the Todoist API.
      Last updated -
      99
      181
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      quality
      Complete Todoist REST API v2 integration with support for tasks, projects, sections, comments, and labels management
      Last updated -
      34
      99
      43
      MIT License
    • A
      security
      A
      license
      A
      quality
      A Python server that enables Claude to interact with Todoist's task management API, allowing users to create, manage, and organize tasks directly through Claude's interface.
      Last updated -
      17
      7
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      A server implementation that enables LLMs to programmatically manage tasks in Todo.txt files using the Model Context Protocol (MCP), supporting operations like adding, completing, deleting, listing, searching, and filtering tasks.
      Last updated -
      11
      1
      8

    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/Scofieldkoh/todoist_mcp'

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