The TickTick MCP server allows AI agents to manage tasks and projects in TickTick via the TickTick Open API. It provides tools to create, update, and delete tasks, as well as manage projects and labels. It connects directly to the TickTick API, enabling developers to build AI agents that can handle task management workflows through natural language commands.
The TickTick MCP server allows AI agents to manage tasks and projects in TickTick via the TickTick Open API. It provides tools to create, update, and delete tasks, as well as manage projects and labels. It connects directly to the TickTick API, enabling developers to build AI agents that can handle task management workflows through natural language commands.
pip install ticktick-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"jacepark12-ticktick-mcp-github": {
"command": "uvx",
"args": [
"pip install ticktick-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from ticktick mcp?"
API Key Required
This server requires an API key from ticktick mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| TICKTICK_MCP_API_KEY | Yes | Your ticktick mcp API key |
"What resources are available in ticktick mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in ticktick mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in ticktick mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.