MCP-Todoist Integration
@stevengonsalvez
MCP-Todoist Integration について
MCP server for Todoist integration for Natural language task management
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-todoist-stevengonsalvez": {
"command": "uv",
"args": [
"pip",
"sync",
"requirements.txt"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP-Todoist Integration?
MCP-Todoist Integration is a Model Context Protocol (MCP) server that enables language models to interact with Todoist tasks, projects, sections, labels, comments, and collaborators through the Todoist API.
How to use MCP-Todoist Integration?
Install the server via uvx (uvx install mcp-todoist), a cloned repository, or with uv. Configure it in an MCP‑compatible client like Claude Desktop by adding a JSON block with the command, arguments, and your Todoist API token as an environment variable. Once running, the language model can call the provided tools or read the available resources to manage Todoist data.
Key features of MCP-Todoist Integration
- Complete Todoist API integration for tasks, projects, sections, labels, comments, and collaborators
- Create, read, update, delete operations on all major Todoist entities
- Filter tasks by various criteria
- Access project collaborators
- Well-documented tools and resources for use with language models
Use cases of MCP-Todoist Integration
- Create a new task in Todoist with a title and due date
- Retrieve and display all tasks from a specific project
- Mark a task as complete or uncomplete
- Add a comment to an existing task
- Create a new project with multiple sections
FAQ from MCP-Todoist Integration
What are the requirements to run MCP-Todoist Integration?
Python 3.10 or higher, a Todoist account with an API token, and an MCP‑compatible client (such as Claude Desktop).
How do I obtain a Todoist API token?
Log in to your Todoist account, go to Settings > Integrations, and copy the API token from the “API token” section.
How do I configure MCP-Todoist Integration with Claude Desktop?
Add a JSON entry to Claude Desktop’s MCP Servers Configuration (under Settings > Advanced) with the command and environment variable TODOIST_API_TOKEN. You can use uvx mcp-todoist or a local Python path.
What tools does MCP-Todoist Integration provide?
It provides tools for task management (create, get, update, complete, uncomplete, delete), project management, section management, label management, comment management, and retrieving collaborators for a project.
What resources are available?
Resources include todoist://tasks, todoist://projects, todoist://labels, and filtered resources by project, section, or label.
「生産性」の他のコンテンツ
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
ATLAS: Task Management System
cyanheadsA Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
コメント