todoist-mcp-server

todoist-mcp-server

214

The Todoist MCP Server is a Model Context Protocol server that connects Claude with Todoist, allowing users to manage tasks using natural language. It supports task creation, retrieval, updating, completion, and deletion through simple everyday language.

How do I install the Todoist MCP Server?

You can install it automatically via Smithery using the command npx -y @smithery/cli install @abhiz123/todoist-mcp-server --client claude or manually with npm install -g @abhiz123/todoist-mcp-server.

What is required to create a new task?

To create a new task, you need to provide the content (task title). Optionally, you can include a description, due date, and priority level.

How can I update an existing task?

You can update an existing task by using natural language to search for the task and modify any attribute such as content, description, due date, or priority.

How do I retrieve tasks with specific criteria?

You can retrieve tasks by filtering them based on due date, priority, or project using natural language commands.

What should I do if I encounter issues with the server?

If you encounter any issues, you can file an issue on the GitHub repository for support.