Intend supports MCP (Model Context Protocol), allowing AI assistants like Claude to interact with your intentions, timer, and goals directly.
Intend hosts an MCP server at https://intend.do/mcp that you can connect to from claude.ai or other MCP-compatible tools.
Intendhttps://intend.do/mcpclaude mcp add --transport http intend https://intend.do/mcp
/mcp command and select "Authenticate" for IntendNote: If you need to re-authenticate later, use /mcp again and select "Clear authentication" then "Authenticate".
| Tool | Description |
|---|---|
get_current_intention | Get your current/next intention to work on |
get_intentions_list | Get your full intentions list for today |
complete_intention | Mark an intention as complete |
not_today | Skip an intention (remove from today's list) |
defer_next | Defer current intention to after the next item |
defer_last | Defer intention to end of list |
move_to_current | Move an intention to the current position |
set_now | Pin an intention as the "now" focus |
clear_now | Clear the now focus |
add_intention | Add new intention(s) |
append_to_intention | Append text to an existing intention |
pick_random | Randomly select a different intention |
get_timer | Get current timer status |
start_pomodoro | Start a pomodoro timer |
start_countdown | Start a countdown/hourglass timer |
start_break | Start a break timer |
pause_timer | Pause the timer (hourglass only) |
unpause_timer | Resume a paused timer |
cancel_timer | Cancel the timer |
get_goals | Get your goals (active or all) |
Once connected, you can ask Claude things like:
Looking for the REST API? See the API documentation.