T

Todoist

Manage Todoist tasks and projects.

·No reviews yet
Repo
Share:

About

Auto-generated

Todoist is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Todoist.

What is the Todoist MCP server?
The Todoist MCP server allows you to manage Todoist tasks and projects. It provides an interface to interact with your Todoist data for productivity workflows.
How do I configure this MCP server in a client like Cline?
To configure the Todoist MCP server in Cline, you typically add its stdio transport details and provide your API key. Consult your client's documentation for specific setup instructions.
Does the Todoist MCP server require an API key?
Yes, the Todoist MCP server requires an API key for authentication. This key grants access to your Todoist account and is necessary for managing your tasks and projects.
What are the key capabilities of this Todoist MCP?
This MCP server enables managing Todoist tasks and projects. Specific tools would depend on the implementation, but generally include creating, updating, and querying tasks and projects.
Is there a cost associated with using the Todoist MCP server?
The Todoist MCP server itself is community-provided and open source via its GitHub repository. However, using the Todoist service may involve costs depending on your Todoist subscription plan.
What is a potential limitation when using this MCP server?
A potential limitation is that specific advanced Todoist features may not be exposed if not implemented in the community-provided server. The functionality is tied to the current development of the server.

Install Todoist

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "todoist": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-todoist"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "todoist": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-todoist"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "todoist": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-todoist"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.