AI-native task manager with an MCP server — connect it to Claude Desktop, Cursor, or any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"qtask": {
"command": "npx",
"args": [
"-y",
"dbeasty/qtask"
]
}
}
}
Run in terminal:
claude mcp add qtask npx -y dbeasty/qtask
Add to .cursor/mcp.json:
{
"mcpServers": {
"qtask": {
"command": "npx",
"args": [
"-y",
"dbeasty/qtask"
]
}
}
}