Taskpile.app
@twomasc
Never forget a thing. Stay focused on what matters today. Taskpile is a personal task tracker that catches every thought, errand, or "I should…" in seconds — from Claude, ChatGPT, Cursor, Le Chat, Lovable, or any MCP-compatible chat client.
概要
What is Taskpile.app?
Taskpile is an AI-first task manager accessible through chat clients like Claude and ChatGPT. Its MCP server exposes 57 tools for task CRUD, projects, tags, search, bulk operations, and team management over a Streamable HTTP transport.
How to use Taskpile.app?
Point any MCP-compatible client (Claude.ai, Claude Desktop, ChatGPT, Cursor, Zed, and others) at https://taskpile.app/api/mcp. Authentication is handled automatically via OAuth 2.1 with Dynamic Client Registration + PKCE; users sign in to Taskpile in a browser tab when prompted.
Key features of Taskpile.app
- 57 tools covering task, project, tag, and team operations
- Bulk endpoints accept up to 200 IDs per call
- Streamable HTTP transport (JSON-RPC 2.0) with OAuth 2.1 + PKCE
- Tools for morning digest, inbox email, incremental sync, and review queue
- Verified compatibility with Claude, ChatGPT, Cursor, Zed, and others
- GDPR-compliant; data stored in EU-hosted servers
Use cases of Taskpile.app
- Capture and manage tasks from within a Claude or ChatGPT conversation
- Plan daily priorities using dedicated tools like
get_today,assign_horizon, andget_review_queue - Collaborate with teams by creating shared projects, inviting members, and delegating tasks
- Automate recurring task management with
set_recurrenceandconfigure_morning_digest
FAQ from Taskpile.app
What authentication method does Taskpile.app use?
Taskpile uses OAuth 2.1 with Dynamic Client Registration (RFC 7591) and PKCE. The client handles the flow automatically; users sign in via a browser tab. Tokens are valid for 30 days with no refresh-token flow.
Where is my task data stored?
Taskpile is GDPR-compliant and stores data on EU-hosted servers. Tasks, projects, and tags are visible only to the authenticated user and their team members on shared projects. Data is not routed through Anthropic, OpenAI, or any other LLM provider.
Which clients are verified to work with Taskpile.app?
Claude.ai, Claude Desktop (via mcp-remote), Claude Code, ChatGPT, Le Chat (Mistral), Cursor, Zed, MCP Inspector, and Lovable.app are all verified compatible.
How do I set tags and projects on a task?
In create_task, use @tag_name for tags and #project_name for projects in the title—only the first # token becomes the project. For update_task, use the dedicated tags/addTags/removeTags and projectId parameters because shorthand parsing is not applied.