Manage your tasks with AI assistants. List, create, update, complete and delete tasks, view groups and statistics through Glintlint REST API.
Overview
Features
- 8 tools for complete task management
- Works with Claude Desktop, Cursor, and any MCP-compatible AI tool
- Today summary with tasks grouped by time block
Available Tools
- list_tasks - List tasks with filters (date, status, priority, group)
- create_task - Create a new task
- update_task - Update any field of an existing task
- complete_task - Mark a task as completed
- delete_task - Permanently delete a task
- get_today_summary - Today's tasks grouped by time block + statistics
- list_groups - List all task groups
- get_stats - Completion rate, priority distribution, overdue count
Setup
Install via npx:
{ "mcpServers": { "glintlint": { "command": "npx", "args": ["-y", "glintlint-mcp"], "env": { "GLINTLINT_API_KEY": "<YOUR_API_KEY>" } } } }
Get your API key from https://www.glintlint.com (Settings > API Keys).
Server Config
{
"mcpServers": {
"glintlint": {
"command": "npx",
"args": [
"-y",
"glintlint-mcp"
],
"env": {
"GLINTLINT_API_KEY": "<YOUR_API_KEY>"
}
}
}
}