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.
生产力 分类下的更多 MCP 服务器
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
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.
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
评论