Desktop task manager with AI-powered prioritization, multi-profile workflows, and calendar scheduling via MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by UpTier.
create_listCreate a new task list
get_listsGet all lists with task counts
update_listUpdate list name, color, or icon
delete_listDelete a list
reorder_listsChange list positions
create_taskCreate a new task with optional attributes
MCP-powered task management with intelligent prioritization via Claude Desktop
UpTier is a desktop to-do application that combines a clean Microsoft To Do-style interface with the power of Claude AI for intelligent task prioritization. Through the Model Context Protocol (MCP), Claude can analyze your tasks and help you focus on what matters most.
https://github.com/user-attachments/assets/71264f79-3f54-4b45-9d7e-dcef26f54f94
Pre-built installer available. No build required.
| Component | Description |
|---|---|
| MCP Server | Node.js server providing 25+ task management tools via MCP |
| Electron App | Desktop application with React UI |
| SQLite Database | Shared database with WAL mode for concurrent access |
Note: The Electron app bundles its own Node.js runtime (v20.x), which differs from your system Node.js. The
electron-rebuildstep compilesbetter-sqlite3for Electron's version. The MCP server deployment (below) compiles it separately for your system Node.js used by Claude Desktop.
Deploy the MCP server for Claude Desktop:
This deploys the MCP server to ~/.uptier/mcp-server/ with its own node_modules, automatically compiled for your current Node.js version. The Claude Desktop config is updated automatically.
Why standalone? The Electron app uses Node.js 22 (bundled), while Claude Desktop may use a different Node.js version. The standalone deployment compiles native modules (like
better-sqlite3) for the correct version, preventing conflicts.
After deployment:
If the automatic deployment doesn't work, add UpTier manually to your Claude Desktop config:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
UpTier exposes powerful tools to Claude for managing your tasks:
| Tool | Description |
|---|---|
create_list | Create a new task list |
get_lists | Get all lists with task counts |
update_list | Update list name, color, or icon |
delete_list | Delete a list |
reorder_lists | Change list positions |
| Tool | Description |
|---|---|
create_task | Create a new task with optional attributes |
get_tasks | Get tasks with filtering options |
update_task | Update task properties |
complete_task | Mark task as completed |
delete_task | Delete a task |
bulk_create_tasks | Create multiple tasks at once |
move_task | Move task to a different list |
| Tool | Description |
|---|---|
prioritize_list | Analyze tasks and get prioritization guidance |
bulk_set_priorities | Set priority tiers for multiple tasks |
get_prioritization_summary | Get overview of task priorities |
suggest_next_task | Get AI recommendation for what to work on next |
| Tool | Description |
|---|---|
create_goal | Create a goal |
get_goals | Get all goals with progress |
update_goal | Update goal properties |
link_tasks_to_goal | Associate tasks with goals |
get_goal_progress | Get completion stats for a goal |
| Tool | Description |
|---|---|
get_day_schedule | Get scheduled tasks, unscheduled tasks, and free time blocks for a date |
schedule_tasks | Schedule tasks onto the day planner time grid |
unschedule_task | Remove a task from the time grid to unscheduled sidebar |
| Tool | Description |
|---|---|
add_subtask | Add subtask to a task |
update_subtask | Update subtask properties |
create_tag | Create a new tag |
get_tags | Get all tags |
add_tag_to_task | Tag a task |
When asking Claude to prioritize your tasks, you can request different strategies:
| Strategy | Best For |
|---|---|
| Balanced | General use - weighs all factors equally |
| Urgent First | Deadline-driven work |
| Quick Wins | Building momentum with low-effort wins |
| High Impact | Maximum results regardless of effort |
| Eisenhower | Classic urgent/important decision matrix |
Tasks are organized into three tiers:
Your data is stored locally:
%APPDATA%\.uptier\tasks.db~/.uptier/tasks.dbAdditional database profiles are stored in the same directory with custom names.
The database uses SQLite with WAL mode, allowing the Electron app and MCP server to access it simultaneously without conflicts.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/foxintheloop-uptier)<a href="https://allmcps.com/mcp/foxintheloop-uptier"><img src="https://allmcps.com/api/badge/foxintheloop-uptier?style=directory" alt="UpTier on AllMCPs" /></a>