TickTick MCP Server Integration
FlowHunt’s TickTick MCP Server integration empowers your AI workflows to manage tasks, projects, and reminders automatically within TickTick, enhancing your productivity with robust automation features.

What does “TickTick” MCP Server do?
The TickTick MCP Server is a Model Context Protocol (MCP) server designed to integrate AI assistants and LLM-enabled tools with the TickTick task management platform. By exposing TickTick’s functions via MCP, it enables intelligent, context-aware task operations and workflow automation. Developers and AI clients can leverage this server to programmatically manage tasks, projects, and subtasks—such as creating, updating, or completing tasks—while taking advantage of TickTick’s organizational features. The server supports secure OAuth2 authentication and provides robust error handling, making it suitable for streamlining personal productivity, automating repetitive workflows, and integrating TickTick data directly into other AI-powered platforms or development environments.
List of Prompts
No prompt templates are mentioned in the available documentation or codebase.
List of Resources
No explicit MCP resources are listed in the available documentation or codebase.
List of Tools
get_task_by_ids
- Retrieves a specific task by project ID and task ID. Returns a detailed Task object according to the TickTickTaskSchema.
create_task
- Creates a new task within a specified project. Supports setting the title, content, description, dates, reminders, priority, and subtasks.
update_task
- Updates an existing task in a project. Allows modification of all properties available during creation, including task and project identifiers.
complete_task
- Marks a specified task as completed within a project.
Use Cases of this MCP Server
- Task Automation
- Programmatically create and update tasks, enabling AI agents to automate personal or team task management routines.
- Project Organization
- Automatically manage projects, including organizing and updating tasks and subtasks for better workflow tracking.
- Habit Tracking
- Use AI to analyze and update recurring or habit-based tasks for users, supporting productivity and goal tracking.
- Integration with Other Tools
- Bridge TickTick with other productivity or AI tools, allowing seamless data flow and centralized task operations.
- Context-Aware Reminders
- Enable AI to set, update, or complete tasks based on contextual signals or user behavior, enhancing smart reminders and notifications.
How to set it up
Windsurf
- Ensure Node.js is installed on your system.
- Locate your Windsurf configuration file (e.g.,
config.json
). - Add the TickTick MCP Server entry to your
mcpServers
section:{ "mcpServers": { "ticktick-mcp": { "command": "npx", "args": ["@alexarevalo9/ticktick-mcp-server@latest"] } } }
- Save your configuration file and restart Windsurf.
- Verify that the TickTick MCP Server is running and accessible.
Securing API Keys:
{
"mcpServers": {
"ticktick-mcp": {
"command": "npx",
"args": ["@alexarevalo9/ticktick-mcp-server@latest"],
"env": {
"TICKTICK_CLIENT_ID": "your-client-id",
"TICKTICK_CLIENT_SECRET": "your-client-secret"
},
"inputs": {}
}
}
}
Claude
- Install Node.js if not already present.
- Locate Claude’s MCP configuration file.
- Add the TickTick MCP Server using the following snippet:
{ "mcpServers": { "ticktick-mcp": { "command": "npx", "args": ["@alexarevalo9/ticktick-mcp-server@latest"] } } }
- Save and restart Claude.
- Confirm the MCP server is available.
Cursor
- Install Node.js as a prerequisite.
- Open Cursor’s configuration panel or file.
- Include the TickTick MCP Server in the
mcpServers
section:{ "mcpServers": { "ticktick-mcp": { "command": "npx", "args": ["@alexarevalo9/ticktick-mcp-server@latest"] } } }
- Save and restart Cursor.
- Check connectivity to the MCP server.
Cline
- Make sure Node.js is installed.
- Edit Cline’s MCP configuration file.
- Insert the TickTick MCP Server configuration:
{ "mcpServers": { "ticktick-mcp": { "command": "npx", "args": ["@alexarevalo9/ticktick-mcp-server@latest"] } } }
- Save your changes and restart Cline.
- Test the setup to ensure the MCP server is functional.
Note: For all platforms, secure sensitive credentials like API keys using environment variables in your configuration as shown above.
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"ticktick-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “ticktick-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit MCP resources listed |
List of Tools | ✅ | Four tools: get_task_by_ids, create_task, etc. |
Securing API Keys | ✅ | Environment variable pattern provided |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the above, TickTick MCP Server provides solid task management integration and tooling, but lacks visible prompt templates, explicit resource exposure, and sampling/roots documentation. Its configuration and tool documentation are clear, but the absence of prompt/resource definitions and advanced MCP features may limit extensibility for some users.
MCP Score
Has a LICENSE | ⛔ (No LICENSE file found) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 5 |
Number of Stars | 20 |
Our opinion:
TickTick MCP Server is well-documented for its primary tools but lacks advanced MCP features and licensing clarity. It rates a 5/10 for general MCP usability and openness, as it covers basics but omits prompt/resource extensibility and legal use clarity.
Frequently asked questions
- What is the TickTick MCP Server?
The TickTick MCP Server enables FlowHunt and other AI tools to interact with TickTick’s task management features via the Model Context Protocol. This allows AI agents to automate task creation, updates, and completion directly within TickTick, supporting advanced workflow automation.
- Which tools does the TickTick MCP Server provide?
It offers tools for getting tasks by ID, creating new tasks, updating existing tasks, and marking tasks as complete, all within TickTick projects.
- How do I secure my TickTick API credentials?
Store your TickTick client ID and secret in environment variables within your MCP server configuration to keep your credentials safe and out of source code.
- Can I use TickTick MCP Server with FlowHunt's flows?
Yes! Add the MCP component to your FlowHunt flow, configure your MCP server connection, and your AI agents will gain access to all TickTick task management tools.
- Does the TickTick MCP Server support prompt templates or resource definitions?
No, prompt templates and explicit MCP resource definitions are not provided in the current version.
- What are the main use cases for integrating TickTick with FlowHunt?
Automating personal and team task management, organizing projects, tracking habits, syncing with other productivity tools, and enabling context-aware reminders via AI agents.
Connect TickTick with FlowHunt
Supercharge your productivity by integrating your FlowHunt AI agents with TickTick for seamless, automated task management.