No install? Use cloud.anythingmcp.com directly.
Sign in, install the TickTick in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → TickTick, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
TickTick + Claude
Drive TickTick (cross-platform task manager) from any AI agent: projects, tasks, completed-tasks reporting. 6 tools, OAuth2 Bearer auth.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
TICKTICK_ACCESS_TOKEN
Step 1 — Ottieni le credenziali
ticktick.com).
Setup:
- Register an app at https://developer.ticktick.com → Manage Apps → New App.
- Note Client ID and Client Secret, and configure a redirect URL.
- Run OAuth2 authorization-code flow with scopes
tasks:read tasks:write. - Set
TICKTICK_ACCESS_TOKENto the obtained token (lifetime varies; refresh externally).
Authentication: Authorization: Bearer ${TICKTICK_ACCESS_TOKEN}.
Project hierarchy: Inbox + user-created projects (lists) → tasks → subtasks (items).
Date format: ISO 8601 with timezone (e.g. 2026-03-15T15:30:00+0000).
Priority: 0 (none), 1 (low), 3 (medium), 5 (high).
…(continued in the in-app connector instructions)
Step 2 — Installa l'adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Step 3 — Aggiungi il connettore in Claude
Percorso consigliato — funziona su claude.ai web senza toccare alcun file di configurazione.
- Apri claude.ai/customize/connectors.
- Clicca "Add custom connector".
- Compila:
- Name:
TickTick - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Clicca Connect per autorizzare.
Tutti i tool sotto compaiono nella tua chat — inizia a scrivere prompt.
Tool disponibili
| Tool | What it does |
|---|---|
ticktick_get_user_projects | List the user's projects (lists) |
ticktick_get_project_with_data | Get a project with its tasks and columns |
ticktick_get_task | Get a single task by project + task ID |
ticktick_create_task | Create a task |
ticktick_update_task | Update a task |
ticktick_complete_task | Mark a task complete |
FAQ
Funziona con Claude Code come con Claude Desktop? Sì — punta entrambi a https://cloud.anythingmcp.com/mcp.