loading…
Search for a command to run...
loading…
Pile in. Sort out. Taskpile is an AI-first productivity task manager that lives inside your chat client — capture in Claude, plan in ChatGPT, finish in the app.
Pile in. Sort out. Taskpile is an AI-first productivity task manager that lives inside your chat client — capture in Claude, plan in ChatGPT, finish in the app. 57 tools cover task CRUD, projects, tags, teams, bulk ops, and a morning digest.
Public documentation for Taskpile's Model Context Protocol server. Taskpile is an AI-first task manager designed to be used through your chat client — capture tasks in Claude, plan in ChatGPT, finish in Taskpile.
https://taskpile.app/api/mcp2025-06-18, 2025-03-26, 2024-11-05This repository contains only public-facing documentation for the MCP integration. The Taskpile app itself is a hosted commercial product — its source isn't here, but everything you need to connect a client and use the MCP tools is.
Any MCP-compatible client can connect by pointing at the URL above. Authentication uses OAuth 2.1 with Dynamic Client Registration + PKCE — the client handles this automatically; users sign in to Taskpile in a browser tab when prompted.
Verified clients:
| Client | Status |
|---|---|
| Claude.ai (Connectors) | ✅ |
Claude Desktop (via mcp-remote) |
✅ |
| Claude Code | ✅ |
| ChatGPT (Connectors) | ✅ |
| Le Chat (Mistral) | ✅ |
| Cursor | ✅ |
| Zed | ✅ |
| MCP Inspector | ✅ |
| Lovable.app | ✅ |
See examples/ for ready-to-paste config snippets:
For hosted clients like Claude.ai and ChatGPT, add Taskpile via their built-in connector UI and paste the URL above; no local config needed.
Taskpile exposes 57 tools spanning task CRUD, projects, tags, search, bulk operations, teams, and account integrations like morning digest. The full machine-readable schema (names, descriptions, JSON Schema for inputs) is in tools.json — auto-generated from the live server, so it's always in sync with what tools/list returns.
A quick taste:
create_task, list_tasks, update_task, complete_task, delete_taskassign_horizon (today_morning, tomorrow, next_week, etc.), delegate_task, set_recurrencelist_projects, create_project, archive_projectsearch_tasks (free-text + status/horizon filters)bulk_complete, bulk_delete, bulk_assign_horizon (up to 200 ids per call)changes_since (incremental sync), get_today, get_review_queueget_morning_digest, configure_morning_digestwhoami, get_inbox_emailcreate_team, invite_to_team, accept_invitation, assign_task, convert_project_to_shared, etc.search and fetch (ChatGPT Connectors built-in tools, mapped to Taskpile)A few project-wide conventions worth knowing if you're writing a prompt:
@tag_name. Projects use #project_name. Do NOT use # for tags — #foo is silently treated as a project name.create_task parses #project and @tag shorthand from the title. Only the FIRST # token becomes the project; the rest are stripped.tags: string[] and/or put @tag in the title. Both forms work and are de-duplicated.update_task does not parse #/@ shorthand from the title. Use tags / addTags / removeTags and projectId to change those.update_task when they exist: complete_task, assign_horizon, delegate_task.If you're building a client and want to know what to expect:
https://taskpile.app/api/mcp and receives 401 with WWW-Authenticate: Bearer realm="taskpile", resource_metadata="https://taskpile.app/.well-known/oauth-protected-resource".https://taskpile.app/.well-known/oauth-protected-resource and …/oauth-authorization-server to discover endpoints.https://taskpile.app/oauth/register for Dynamic Client Registration (RFC 7591)./oauth/authorize, exchanges the code at /oauth/token, and receives an access_token.Authorization: Bearer <token>. Tokens are valid for 30 days; no refresh-token flow — clients re-run the authorize/token dance on expiry.HEAD /api/mcp returns 200 without auth and is intended for liveness probes only.
This repo is for documentation. Bug reports about the MCP server, feature requests for new tools, or questions about the API — please open an issue here and we'll triage.
For Taskpile app issues (unrelated to MCP), please contact us through the app at https://taskpile.app.
Documentation in this repository is MIT-licensed (see LICENSE). The Taskpile app itself is a hosted commercial product and is not licensed for redistribution.
Выполни в терминале:
claude mcp add taskpile -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.