Obsidian tasks MCP server
Overview
What is Obsidian Tasks MCP?
Obsidian Tasks MCP is a Model Context Protocol (MCP) server designed for extracting and querying tasks from Obsidian markdown files, enabling AI-assisted task management through integration with Claude.
How to use Obsidian Tasks MCP?
To use the server, install it via npm or clone the repository. Run the server with the path to your Obsidian vault, and it will extract tasks from markdown files.
Key features of Obsidian Tasks MCP?
- Extracts tasks from markdown files compatible with the Obsidian Tasks plugin.
- Identifies completed and pending tasks along with their metadata.
- Provides tools for listing all tasks and querying tasks based on various filters.
Use cases of Obsidian Tasks MCP?
- Managing personal tasks and to-do lists in Obsidian.
- Integrating with AI tools for enhanced task management.
- Automating task extraction for project management.
FAQ from Obsidian Tasks MCP?
- Can I use this with any markdown file?
Yes, as long as the markdown file follows the Obsidian Tasks format.
- Is there a way to filter tasks?
Yes, you can filter tasks by status, due dates, tags, and more using the query syntax.
- Is it necessary to install it globally?
No, you can use it directly with npx without installing it globally.