Connects Claude to a local SQLite database backing a Windows desktop todo app. Exposes 25+ tools for CRUD operations on lists, tasks, subtasks, tags, and goals, plus bulk operations for creating or reprioritizing tasks. The interesting bit is the prioritize_list tool that lets Claude analyze your backlog and apply strategies like Eisenhower matrix or quick wins filtering. Works via stdio transport with WAL mode enabled so both the Electron UI and Claude can hit the database concurrently. Best for when you want AI-assisted triage of your task list without copy-pasting into chat. Ships with a deploy script that sets up a standalone MCP server instance to avoid Node version conflicts between Electron and Claude Desktop.
claude mcp add --transport stdio foxintheloop-uptier -- npx -y @foxintheloop/uptier-mcp