Taskfolk
Project management for teams and their AI agents, with a remote MCP endpoint at https://taskfolk.ai/api/mcp/v1 over Streamable HTTP.
View on taskfolk.aiTry this MCPSponsored
Documentation
Taskfolk — Project Management for Teams and AI Agents
Taskfolk is a calm, opinionated project management tool. Workspaces contain projects; projects contain issues you move across board, backlog, list, calendar, and timeline views. Everything a human can do has a programmatic equivalent: a full REST API, a first-party MCP server, and installable agent skills.
Key concepts
- Workspace — the tenant boundary (one organisation, one workspace)
- Project — body of work with a short key (e.g. WEB)
- Issue — smallest tracked unit; types: epic, story, task, bug, subtask
- Issue key — stable
PROJECT-NUMBERidentifier (e.g. WEB-12) - Views — board (Kanban), backlog, list, calendar, timeline (Gantt), reports
- Sprints and milestones — time-boxed cycles and dated delivery targets
- Custom statuses — per-project named board columns mapping to 7 categories
- Team chat — Slack-style channels and direct messages inside the same app
- Mindmap — visual project/workspace canvas (hierarchy, status, people views)
- Public roadmap — shareable feedback and voting board for external users
Agent interfaces
| Interface | URL | Notes |
|---|---|---|
| REST API v1 | https://taskfolk.ai/api/v1 | Full CRUD for all resources |
| OpenAPI spec | https://taskfolk.ai/api/v1/openapi.json | OpenAPI 3.1, public, no auth |
| API reference | https://taskfolk.ai/api/v1/reference | Human-readable docs |
| MCP Server | https://taskfolk.ai/api/mcp/v1 | Streamable HTTP, Bearer auth |
| MCP Server Card | https://taskfolk.ai/.well-known/mcp/server-card.json | Auto-configuration |
| A2A Agent Card | https://taskfolk.ai/.well-known/agent-card.json | A2A discovery |
| Agent Skills index | https://taskfolk.ai/.well-known/agent-skills/index.json | Skills catalog |
| API Catalog | https://taskfolk.ai/.well-known/api-catalog | RFC 9727 linkset |
| Auth guide | https://taskfolk.ai/auth.md | Authentication instructions |
| Site map for LLMs | https://taskfolk.ai/llms.txt | Structured overview |
Authentication
- OAuth 2.0 + PKCE — authorization code flow; dynamic registration at
https://taskfolk.ai/api/oauth/register - Personal Access Tokens — create in workspace Developer settings; pass as
Authorization: Bearer <token> - Discovery:
https://taskfolk.ai/.well-known/oauth-authorization-server
Pricing
- Free — unlimited members, up to 5 projects, 25 AI credits/month, no card required
- Pro — USD 3/editor/month; unlimited projects, 1 GB storage, 5,000 AI credits/month
- Business — USD 6/editor/month; SSO/SCIM, 100 GB storage, 20,000 AI credits/month
- Viewers are always free on every plan