.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/abhiz123/todoist-mcp-server
home/mcp-servers/abhiz123/todoist-mcp-server
abhiz123 avatar

todoist-mcp-server

byabhiz123· 1 MCP server

Installs

2.6k

Stars

391

Forks

71

Category

Productivity & Workflow

View on GitHub

TL;DR

An MCP (Model Context Protocol) server implementation that integrates Claude with Todoist, enabling natural language task management. This server allows Claude to interact with your Todoist tasks using everyday language.

How to install todoist-mcp-server?

abhiz123/todoist-mcp-server
$git clone https://github.com/abhiz123/todoist-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install todoist-mcp-server by running `git clone https://github.com/abhiz123/todoist-mcp-server`, then use it for the current task and follow its documentation at https://github.com/abhiz123/todoist-mcp-server.

Files · 1

View on GitHub
README.md
1# Todoist MCP Server
2[![smithery badge](https://smithery.ai/badge/@abhiz123/todoist-mcp-server)](https://smithery.ai/server/@abhiz123/todoist-mcp-server)
3 
4An MCP (Model Context Protocol) server implementation that integrates Claude with Todoist, enabling natural language task management. This server allows Claude to interact with your Todoist tasks using everyday language.
5 
6<a href="https://glama.ai/mcp/servers/fhaif4fv1w">
7 <img width="380" height="200" src="https://glama.ai/mcp/servers/fhaif4fv1w/badge" alt="Todoist Server MCP server" />
8</a>
9 
10## Features
11 
12* **Natural Language Task Management**: Create, update, complete, and delete tasks using everyday language
13* **Smart Task Search**: Find tasks using partial name matches
14* **Flexible Filtering**: Filter tasks by due date, priority, and other attributes
15* **Rich Task Details**: Support for descriptions, due dates, and priority levels
16* **Intuitive Error Handling**: Clear feedback for better user experience
17 
18## Installation
19 
20### Installing via Smithery
21 
22To install Todoist MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@abhiz123/todoist-mcp-server):
23 
24```bash
25npx -y @smithery/cli install @abhiz123/todoist-mcp-server --client claude
26```
27 
28### Manual Installation
29```bash
30npm install -g @abhiz123/todoist-mcp-server
31```
32 
33## Tools
34 
35### todoist_create_task
36Create new tasks with various attributes:
37* Required: content (task title)
38* Optional: description, due date, priority level (1-4)
39* Example: "Create task 'Team Meeting' with description 'Weekly sync' due tomorrow"
40 
41### todoist_get_tasks
42Retrieve and filter tasks:
43* Filter by due date, priority, or project
44* Natural language date filtering
45* Optional result limit
46* Example: "Show high priority tasks due this week"
47 
48### todoist_update_task
49Update existing tasks using natural language search:
50* Find tasks by partial name match
51* Update any task attribute (content, description, due date, priority)
52* Example: "Update meeting task to be due next Monday"
53 
54### todoist_complete_task
55Mark tasks as complete using natural language search:
56* Find tasks by partial name match
57* Confirm completion status
58* Example: "Mark the documentation task as complete"
59 
60### todoist_delete_task
61Remove tasks using natural language search:
62* Find and delete tasks by name
63* Confirmation messages
64* Example: "Delete the PR review task"
65 
66## Setup
67 
68### Getting a Todoist API Token
691. Log in to your Todoist account
702. Navigate to Settings → Integrations
713. Find your API token under "Developer"
72 
73### Usage with Claude Desktop
74 
75Add to your `claude_desktop_config.json`:
76 
77```json
78{
79 "mcpServers": {
80 "todoist": {
81 "command": "npx",
82 "args": ["-y", "@abhiz123/todoist-mcp-server"],
83 "env": {
84 "TODOIST_API_TOKEN": "your_api_token_here"
85 }
86 }
87 }
88}
89```
90 
91## Example Usage
92 
93### Creating Tasks
94```
95"Create task 'Team Meeting'"
96"Add task 'Review PR' due tomorrow at 2pm"
97"Create high priority task 'Fix bug' with description 'Critical performance issue'"
98```
99 
100### Getting Tasks
101```
102"Show all my tasks"
103"List tasks due today"
104"Get high priority tasks"
105"Show tasks due this week"
106```
107 
108### Updating Tasks
109```
110"Update documentation task to be due next week"
111"Change priority of bug fix task to urgent"
112"Add description to team meeting task"
113```
114 
115### Completing Tasks
116```
117"Mark the PR review task as complete"
118"Complete the documentation task"
119```
120 
121### Deleting Tasks
122```
123"Delete the PR review task"
124"Remove meeting prep task"
125```
126 
127## Development
128 
129### Building from source
130```bash
131# Clone the repository
132git clone https://github.com/abhiz123/todoist-mcp-server.git
133 
134# Navigate to directory
135cd todoist-mcp-server
136 
137# Install dependencies
138npm install
139 
140# Build the project
141npm run build
142```
143 
144## Contributing
145Contributions are welcome! Feel free to submit a Pull Request.
146 
147## License
148This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
149 
150## Issues and Support
151If you encounter any issues or need suppor

Preview

abhiz123/todoist-mcp-serverabhiz123/todoist-mcp-server

# Todoist MCP Server

[![smithery badge](https://smithery.ai/badge/@abhiz123/todoist-mcp-server)](https://smithery.ai/server/@abhiz123/todoist-mcp-server)

An MCP (Model Context Protocol) server implementation that integrates Claude with Todoist, enabling natural language task management. This server allows Claude

Repoabhiz123/todoist-mcp-server
TypeMCP Servers
CategoryProductivity & Workflow
UpdatedApr 2025
LicenseMIT
First seenJul 26, 2026

Tags

MCP

Related

6 picks
Type
  1. homeassistant-ai avatarha-mcpComprehensive Model Context Protocol server for managing Home Assistant through AI assistants.MCP ServersJul 2026351k4.1k
  2. taylorwilsdon avatargoogle_workspace_mcpGoogle Workspace MCP server for Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Chat.MCP ServersJul 2026129k2.9k
  3. basicmachines-co avatarbasic-memoryLocal-first knowledge management with bi-directional LLM sync via Markdown files.MCP ServersJul 202644k3.5k
  4. mbailey avatarvoicemodeNatural voice conversations for AI assistants - STT/TTS via MCPMCP ServersJul 202638k1.3k
  5. githejie avatarmcp-server-calculatorA Model Context Protocol server for calculatingMCP ServersMay 202524k153
  6. codefuturist avataremail-mcpIMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage.MCP ServersMay 202622k83