Taskfolk

Project management for teams and their AI agents, with a remote MCP endpoint at https://taskfolk.ai/api/mcp/v1 over Streamable HTTP.

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-NUMBER identifier (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

InterfaceURLNotes
REST API v1https://taskfolk.ai/api/v1Full CRUD for all resources
OpenAPI spechttps://taskfolk.ai/api/v1/openapi.jsonOpenAPI 3.1, public, no auth
API referencehttps://taskfolk.ai/api/v1/referenceHuman-readable docs
MCP Serverhttps://taskfolk.ai/api/mcp/v1Streamable HTTP, Bearer auth
MCP Server Cardhttps://taskfolk.ai/.well-known/mcp/server-card.jsonAuto-configuration
A2A Agent Cardhttps://taskfolk.ai/.well-known/agent-card.jsonA2A discovery
Agent Skills indexhttps://taskfolk.ai/.well-known/agent-skills/index.jsonSkills catalog
API Cataloghttps://taskfolk.ai/.well-known/api-catalogRFC 9727 linkset
Auth guidehttps://taskfolk.ai/auth.mdAuthentication instructions
Site map for LLMshttps://taskfolk.ai/llms.txtStructured 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