Skip to content

Quick Start

  1. Sign up at hypertask.ai
  2. Create a project from the dashboard
  3. Add a board with sections like “Todo”, “Doing”, “Review”, “Done”
  4. Create tasks and start organizing your work

Add the Hypertask MCP server to your AI tool’s configuration:

{
"mcpServers": {
"hypertasks": {
"type": "sse",
"url": "https://mcp.hypertask.ai/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}

Once connected, your AI agent can:

  • List projects and boards
  • Create, update, and search tasks
  • Move tasks between sections
  • Add comments to tasks
  • Check inbox notifications

See the MCP Integration guide for full details.