Obsidian Tasks
БесплатноНе проверенParses Obsidian task data directly from markdown files with support for status filters, due date comparisons, tag inclusion and exclusion, path filtering, and d
Описание
Parses Obsidian task data directly from markdown files with support for status filters, due date comparisons, tag inclusion and exclusion, path filtering, and description matching.
README
A standalone Go MCP server that parses Obsidian tasks from markdown files in your vault and evaluates core Tasks query filters without relying on the REST API.
This server implements a subset of the query filters from the Obsidian Tasks plugin. See the Tasks plugin documentation for complete query syntax and examples.
Installation
go install github.com/hairyhenderson/obsidian-tasks-mcp@latest
Or install from source:
git clone https://github.com/hairyhenderson/obsidian-tasks-mcp.git
cd obsidian-tasks-mcp
go install .
Usage
The server runs over stdin/stdout and communicates using the MCP protocol. It takes one or more root directories as command-line arguments:
obsidian-tasks-mcp -root /path/to/vault -root /path/to/other/vault
MCP Tool: query_tasks
The server provides a single MCP tool query_tasks that accepts:
query(string, optional): Tasks query string with filters (one filter per line). See the Tasks plugin query documentation for supported filters and syntax.rootDirs(array of strings, required): Root directories to scan for markdown files
Returns an array of task objects with id, description, status, filePath, lineNumber, tags, and dueDate fields.
Configuration for Cursor
Add this to your Cursor MCP settings (typically ~/.cursor/mcp.json or similar):
{
"mcpServers": {
"obsidian-tasks": {
"command": "obsidian-tasks-mcp",
"args": [
"-root",
"/path/to/your/obsidian/vault"
]
}
}
}
You can specify multiple root directories:
{
"mcpServers": {
"obsidian-tasks": {
"command": "obsidian-tasks-mcp",
"args": [
"-root",
"/path/to/vault1",
"-root",
"/path/to/vault2"
]
}
}
}
Development
Run tests:
make test
Lint:
make lint
License
This project is licensed under the MIT License. See the LICENSE file for the full license text.
Copyright (c) 2026 Dave Henderson
Установка Obsidian Tasks
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/hairyhenderson/obsidian-tasks-mcpFAQ
Obsidian Tasks MCP бесплатный?
Да, Obsidian Tasks MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Obsidian Tasks?
Нет, Obsidian Tasks работает без API-ключей и переменных окружения.
Obsidian Tasks — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Obsidian Tasks в Claude Desktop, Claude Code или Cursor?
Открой Obsidian Tasks на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Compare Obsidian Tasks with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity




