Using Claude with TickTick MCP Server for Self-Study Organization

Workflow for Automated Study Planning
A developer documented a process for creating and organizing a self-study curriculum using Claude and TickTick. The workflow took about an hour to implement.
Key Steps from the Source
- Found a YouTube video about building a self-study curriculum
- Put the video transcript into Claude (potentially using Claude Cowork feature, though the developer noted it might not be necessary)
- Claude asked questions and generated a Word document outlining the curriculum
- Connected TickTick to Claude using the ticktick-mcp repository: https://github.com/jacepark12/ticktick-mcp
- Posted the curriculum Word file in Claude and asked it to set up project tasks in TickTick and provide a calendar view
Results Generated
The automated process produced:
- Full curriculum list organized by subject
- Shopping list for necessary supplies
- Book purchase list
- Project tasks in TickTick
- Calendar view of the study plan
The developer mentioned they typically use TickTick on their phone and expressed appreciation for avoiding manual organization work.
📖 Read the full source: r/ClaudeAI
👀 See Also

Using AI to Port a Wi-Fi Driver from Linux to FreeBSD: A Case Study
A developer used Claude Code and Pi agent to attempt porting the Linux brcmfmac driver for Broadcom BCM4350 Wi-Fi chips to FreeBSD, first through direct code translation and then by generating a detailed 11-chapter specification for clean-room implementation.

Practical AI Support Improvements from Claude Code Leak Analysis
A developer analyzed the Claude Code source leak and implemented six specific changes to their Chatbase setup: overhauling text snippets, adding sentiment analytics, building structured Q&A pairs, creating adversarial testing agents, connecting actions to tools, and cross-referencing topics.

Using Claude Code and Remotion to Create Demo Videos Without Design Skills
A developer delayed their product launch for months because they couldn't afford demo videos costing $300-$1,000 with 6-10 week timelines. Over one weekend, they used Remotion (React-based video generation) and Claude Code to create their own videos, illustrations, and landing page components, achieving thousands of views on their reels.

Debugging a Tiny AI Agent on an Old Nokia Phone: 18 Attempts to Success
A developer documented 18 failed attempts to run Picobot, a ~12 MB AI agent, on an old Nokia phone via Termux, testing free models, OpenRouter, and Groq before settling on Google's Gemini Flash API for a fast, reliable setup.