Skip to main content
Glama

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

Глама

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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