Focus To-Do
БесплатноНе проверенRead-only MCP server exposing Focus To-Do Windows app task data directly from its local LevelDB database without an account or API key.
Описание
Read-only MCP server exposing Focus To-Do Windows app task data directly from its local LevelDB database without an account or API key.
README
MCP server that reads your Focus To-Do data directly from your local database (Windows app or Chrome Extension on Linux/Pop!_OS/macOS) — no account login, no API key, no export needed.
What it does
Exposes your Focus To-Do tasks, projects, subtasks and Pomodoro sessions to Claude (or any MCP-compatible client) by parsing the app's IndexedDB (Chrome LevelDB format) stored locally.
Requirements
- Linux (Pop!_OS, Debian, Ubuntu, etc.), macOS, or Windows
- Focus To-Do installed via:
- Chrome Extension (
ngceodoilcgpmkijopinlkmohnfifjfb) in Chrome, Chromium, Brave, Edge, Vivaldi (standard, Flatpak, or Snap) - Microsoft Store App (Windows UWP)
- Chrome Extension (
- Node.js 18+
Installation
git clone https://github.com/b0r1sOm4g0/focus-todo-mcp
cd focus-todo-mcp
npm install
Setup with Claude Code
claude mcp add --scope user focus-todo node "/path/to/focus-todo-mcp/index.mjs"
Then restart Claude Code.
Auto-detection & Custom Path
The server automatically detects your Focus To-Do database across:
- Linux (Pop!_OS / Debian / Ubuntu):
~/.config/google-chrome/<Profile>/IndexedDB/chrome-extension_ngceodoilcgpmkijopinlkmohnfifjfb_0.indexeddb.leveldb(as well as Chromium, Brave, Edge, Vivaldi, Flatpak, and Snap profiles) - Windows: Microsoft Store App (%LOCALAPPDATA%\Packages) or Chrome Extension profiles
- macOS:
~/Library/Application Support/Google/Chrome/<Profile>/IndexedDB/...
If you use a non-standard browser profile path, override auto-detection with:
FOCUS_TODO_IDB_PATH="/path/to/IndexedDB/chrome-extension_ngceodoilcgpmkijopinlkmohnfifjfb_0.indexeddb.leveldb" node index.mjs
Tools
| Tool | Description |
|---|---|
list_projects |
List all projects (hides system projects by default) |
list_tasks |
List tasks filtered by project, status (active/completed/all) |
search_tasks |
Search tasks by name |
get_task |
Get full task details including subtasks |
list_subtasks |
List subtasks for a task |
get_pomodoro_stats |
Pomodoro statistics by day for the last N days |
How it works
Focus To-Do (both the Windows app and the Chrome extension) stores data in IndexedDB (Chrome's LevelDB format). This server:
- Auto-detects the active LevelDB path for Windows UWP or Chrome Extension profiles
- Reads the LevelDB SSTable (
.ldb) files and Write-Ahead Log (.log) directly in read-only mode - Parses Chrome IndexedDB key prefixes to extract object store records
- Decodes values using Node.js's
v8.deserializewith automatic V8 header patch for modern Chrome versions - Caches data in memory for 30 seconds to avoid re-reading on every tool call
Object stores read:
os1→ Projectsos2→ Tasksos3→ Subtasksos4→ Pomodoro sessions
Notes
- The server opens database files in read-only mode and never modifies your data.
- Data is read directly from disk, reflecting the last state flushed by Chrome/Focus To-Do.
License
MIT
Установка Focus To-Do
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/b0r1som4g0/focus-todo-mcpFAQ
Focus To-Do MCP бесплатный?
Да, Focus To-Do MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Focus To-Do?
Нет, Focus To-Do работает без API-ключей и переменных окружения.
Focus To-Do — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Focus To-Do в Claude Desktop, Claude Code или Cursor?
Открой Focus To-Do на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Focus To-Do with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
