TaskPile
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.
README
Taskpile MCP
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.
- App: https://taskpile.app
- MCP endpoint:
https://taskpile.app/api/mcp - Transport: Streamable HTTP (JSON-RPC 2.0)
- Protocol versions supported:
2025-06-18,2025-03-26,2024-11-05
This 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.
Connecting
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 | ✅ |
Quick start by client
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.
Tools
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_email- Teams:
create_team,invite_to_team,accept_invitation,assign_task,convert_project_to_shared, etc. searchandfetch(ChatGPT Connectors built-in tools, mapped to Taskpile)
Conventions
A few project-wide conventions worth knowing if you're writing a prompt:
- Tags use
@tag_name. Projects use#project_name. Do NOT use#for tags —#foois silently treated as a project name. create_taskparses#projectand@tagshorthand from the title. Only the FIRST#token becomes the project; the rest are stripped.- To set tags at creation, pass
tags: string[]and/or put@tagin the title. Both forms work and are de-duplicated. update_taskdoes not parse#/@shorthand from the title. Usetags/addTags/removeTagsandprojectIdto change those.- Prefer dedicated verbs over
update_taskwhen they exist:complete_task,assign_horizon,delegate_task. - Bulk endpoints accept up to 200 ids per call.
Auth flow
If you're building a client and want to know what to expect:
- Client sends an unauthenticated request to
https://taskpile.app/api/mcpand receives401withWWW-Authenticate: Bearer realm="taskpile", resource_metadata="https://taskpile.app/.well-known/oauth-protected-resource". - Client fetches
https://taskpile.app/.well-known/oauth-protected-resourceand…/oauth-authorization-serverto discover endpoints. - Client POSTs to
https://taskpile.app/oauth/registerfor Dynamic Client Registration (RFC 7591). - Client kicks off the standard authorization-code + PKCE flow, opens a browser at
/oauth/authorize, exchanges the code at/oauth/token, and receives anaccess_token. - Subsequent requests carry
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.
Privacy + data handling
- Taskpile is GDPR-compliant. Tasks, projects, and tags created via MCP are user-owned and visible only to the authenticated user (and their team members for shared projects).
- The MCP integration sends task content to Taskpile's servers (EU-hosted). It does NOT route through Anthropic, OpenAI, or any other LLM provider — those are clients of the MCP server, not the server itself.
- Personal access tokens can be created in Taskpile → Settings → Integrations and revoked at any time.
Issues and feedback
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.
License
Documentation in this repository is MIT-licensed (see LICENSE). The Taskpile app itself is a hosted commercial product and is not licensed for redistribution.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。