Quick Start
For humans
Section titled “For humans”- Sign up at hypertask.ai
- Create a project from the dashboard
- Add a board with sections like “Todo”, “Doing”, “Review”, “Done”
- Create tasks and start organizing your work
For AI agents (MCP)
Section titled “For AI agents (MCP)”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.