Integration Options
Choose the method that works best for your setup:| Method | Works With | Setup Time | Capabilities |
|---|---|---|---|
| MCP Server (recommended) | Claude Desktop, Claude Code, Cursor, Windsurf, OpenClaw | 2 minutes | Full read/write access to all tools |
| Claude Code Skill | Claude Code | 1 minute | Full access via curl commands |
| Custom GPT | ChatGPT | 5 minutes | Full access via OpenAPI Actions |
Prerequisites
All methods require a Znift API key:- Go to Profile > API Keys in the Znift app
- Click Create API Key
- Copy the key (starts with
znift_)
Quick Start
MCP Server
Connect any MCP-compatible AI tool to Znift.
Claude Code Skill
Manage tasks directly from Claude Code via curl.
ChatGPT
Create a Custom GPT with Znift Actions.
What You Can Do
Once connected, your AI agent can:- Daily briefing — “What do I have to do today?” returns overdue, pending, and completed tasks with your streak
- Create tasks — “Add a task for tomorrow: review PR” with optional priority and due time
- Log completed work — “Log that I merged 3 PRs” creates a task already marked as done
- Complete tasks — “Mark the deployment task as done”
- Reschedule — “Push the standup prep to Friday”
- Search — “Find anything related to the migration”
- Weekly review — “How productive was I this week?” with completion stats and trends
- Archive management — Archive completed tasks, restore them, or permanently delete
Example Workflows
Morning briefing (Claude Desktop / Cursor)
“What’s on my plate today?”Your AI agent calls the
get_dashboard tool and returns your overdue tasks, today’s pending items, completed count, and current streak — all in one response.
End-of-day log (Claude Code)
“Log that I shipped the auth refactor, reviewed 2 PRs, and fixed the checkout bug”Creates three completed tasks for today with a single prompt. No need to open the app.
Weekly review (ChatGPT)
“How productive was I this week? Show me the stats.”Calls
get_analytics with a 7-day range and returns completion rate, priority breakdown, daily stats, and streak information.