ekkyarmandi/ticktick-mcp
[TickTick](https://ticktick.com/) MCP server that integrates with TickTick's API to manage personal todo projects and the tasks.
Quick Start
Clone the repository:
git clone https://github.com/ekkyarmandi/ticktick-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ekkyarmandi-ticktick-mcp": {
"command": "npx",
"args": [
"-y",
"ekkyarmandi/ticktick-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.