obsidian-tasks-mcp

obsidian-tasks-mcp

3.3

If you are the rightful owner of obsidian-tasks-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for extracting and querying Obsidian Tasks from markdown files.

The Obsidian Tasks MCP Server is designed to facilitate AI-assisted task management by extracting and querying tasks from Obsidian markdown files. It works seamlessly with Claude via the MCP protocol, allowing users to manage tasks efficiently. The server can identify completed and pending tasks, and access detailed task metadata such as status, due dates, scheduled dates, start dates, created dates, tags, priority, and recurrence rules. This tool is particularly useful for users who rely on the Obsidian Tasks plugin and want to leverage AI to enhance their productivity.

Features

  • Extract tasks from Obsidian markdown files with a format compatible with the Obsidian Tasks plugin.
  • Identify completed and pending tasks.
  • Access task metadata including status, due dates, scheduled dates, start dates, created dates, tags, priority, and recurrence rules.

Tools

  1. list_all_tasks

    Extracts all tasks from markdown files in a directory, recursively scanning through subfolders.

  2. query_tasks

    Searches for tasks based on Obsidian Tasks query syntax, applying multiple filters to find matching tasks.