T

TickTick

Manage TickTick tasks and lists.

·No reviews yet
Repo
Share:

About

Auto-generated

TickTick 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 TickTick.

What is the primary function of the TickTick MCP?
The TickTick MCP allows you to manage tasks and lists within the TickTick productivity platform. It enables programmatic interaction with your TickTick data, integrating it into various client applications.
How do I install the TickTick MCP in a client like Cline?
Installation typically involves adding the repository URL to your client's MCP configuration. For Cline, you would use the 'cline mcp add' command with the provided 'ticktick' slug and 'https://github.com/jen6/ticktick-mcp' repository URL.
Does the TickTick MCP require an API key for authentication?
Yes, the TickTick MCP uses an API key for authentication. You will need to obtain an API key from your TickTick account settings and configure it within your MCP client.
What are some typical use cases for the TickTick MCP?
Typical use cases include automating task creation, retrieving task lists for reporting, or synchronizing tasks with other applications. It can streamline workflows involving TickTick data.
Are there any known limitations or prerequisites for using this MCP?
A prerequisite for using this MCP is an active TickTick account. A realistic limitation might be rate limits imposed by the TickTick API, which could affect high-volume operations.

Install TickTick

Claude Desktop

Add this to claude_desktop_config.json.

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

Cursor

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

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

VS Code

Add this to your workspace settings.json.

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

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.