cancel_task
Cancel a pending or running task, or all tasks in a batch.
How to use it
cancel_task is exposed by the MCP Task MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the cancel_task tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Task
$
npx -y @just-every/mcp-taskOther tools in MCP Task (5)
check_task_status
Check the status of a running task with real-time progress updates.
get_task_result
Get the final result of a completed task.
list_tasks
List all tasks with their current status.
run_task
Start a long-running AI task asynchronously. Returns a task ID immediately (or batch ID for multiple models).
wait_for_task
Wait for a task or any task in a batch to complete, fail, or be cancelled.