# Dependencies for the TickTick MCP server (ticktick_mcp.py). # Install into the interpreter that launches the server: # python -m pip install -r requirements.txt # Everything else the scripts use is from the Python standard library. httpx>=0.28 mcp>=1.27