From 31feb06aee5023d9c976c13a3b10651fd39193f0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Jan 2026 14:32:35 +0300 Subject: [PATCH] Add TickTick Python MCP server Adding ainishanov/ticktick-mcp - a Python implementation of TickTick MCP server with unique features not found in existing alternatives: - get_today_tasks - tasks due today - get_overdue_tasks - tasks past due date - get_high_priority_tasks - filter by priority - get_tasks_by_tag - filter by tags - add_subtask - add subtask to existing task Total: 18 tools (vs 11 in TypeScript alternative) Co-Authored-By: Claude Opus 4.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b1bcce91a..17679218a9 100644 --- a/README.md +++ b/README.md @@ -1360,6 +1360,7 @@ search, and comprehensive file analysis. - **[Ticketmaster](https://github.com/delorenj/mcp-server-ticketmaster)** - Search for events, venues, and attractions through the Ticketmaster Discovery API - **[Ticketmaster MCP Server](https://github.com/mochow13/ticketmaster-mcp-server)** - A Model Context Protocol (MCP) server implemented in Streamable HTTP transport that allows AI models to interact with the Ticketmaster Discovery API, enabling searching events, venues, and attractions. - **[TickTick](https://github.com/alexarevalo9/ticktick-mcp-server)** - A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation. +- **[TickTick Python](https://github.com/ainishanov/ticktick-mcp)** - Python MCP server for TickTick with unique features: today's tasks, overdue tasks, priority filtering, tag filtering, subtask management. 18 tools vs 11 in alternatives. - **[Tideways](https://github.com/abuhamza/tideways-mcp-server)** - A Model Context Protocol server that enables AI assistants to query Tideways performance monitoring data and provide conversational performance insights for PHP applications. - **[TigerGraph](https://github.com/custom-discoveries/TigerGraph_MCP)** - A community built MCP server that interacts with TigerGraph Graph Database. - **[TikTok Ads](https://github.com/AdsMCP/tiktok-ads-mcp-server)** - An MCP server for interacting with TikTok advertising platforms for campaign management, performance analytics, audience targeting, creative management, and custom reporting.