Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Tasks Timeline

leonezzleonezz163 downloads

View and manage vault tasks on a timeline.

  • Overview
  • Scorecard
  • Updates35

Tasks Timeline shows and manages task items in an Obsidian vault. It is a continuation of obsidian-tasks-calendar-wrapper, based on tasks-timeline-components.

MCP server

The plugin includes a built-in Model Context Protocol (MCP) server that lets AI agents read and write tasks in your vault.

Setup

  1. Open Settings > Tasks Timeline > MCP server
  2. Toggle Enable MCP server on
  3. The server starts on http://127.0.0.1:27182/mcp (port is configurable)

Connecting AI clients

Add the following to your MCP client configuration (e.g. Claude Desktop, Claude Code, Cursor):

{
  "mcpServers": {
    "tasks-timeline": {
      "url": "http://127.0.0.1:27182/mcp"
    }
  }
}

Bearer-token auth is enabled by default. Copy the token from Settings > Tasks Timeline > MCP server and configure it as an Authorization: Bearer <token> header in clients that support HTTP MCP headers.

Available Tools

Tool Description
query_tasks Search and filter tasks by status, category, tags, date range, and free-text
create_task Create a new task with title, priority, dates, tags, and recurrence
update_task Update an existing task by ID (partial updates supported)
delete_task Delete a task by ID
complete_task Mark a task as done (handles recurring tasks)
cancel_task Cancel a task or recurring series
batch_update_tasks Update multiple tasks matching a filter
get_task_stats Get aggregate statistics (counts by status, priority, category)
get_today_plan Get tasks due today and overdue tasks sorted by priority

Available Resources

Resource URI Description
All Tasks tasks://all List of all tasks
Task by ID tasks://task Retrieve a single task
Overdue tasks://overdue Tasks that are past due
Today tasks://today Tasks due or starting today
Upcoming tasks://upcoming Tasks due in the next 7 days
Stats tasks://stats Aggregate task statistics

Available Prompts

Prompt Description
plan_my_day Review today's tasks and create a prioritized daily plan
weekly_review Review task progress and suggest priorities for next week
task_triage Identify stale tasks and suggest actions
HealthExcellent
ReviewCaution
About
Display and manage task items across your vault with timeline views, filters, tags, priorities, and recurrence handling. Run a built-in MCP server to let AI agents read and write tasks and access tools to query, create, update, delete, complete, batch-update, get stats, and generate daily or weekly plans.
TasksAIProject management
Details
Payments
Optional
Current version
0.2.15
Last updated
Yesterday
Created
6 months ago
Updates
35 releases
Downloads
163
Compatible with
Obsidian 1.11.4+
Platforms
Desktop only
License
0BSD
Report bugRequest featureReport plugin
Payments
AI capacities
Sponsor
Buy Me a Coffee
Ko-fi
Patreon
PayPal
Author
leonezzleonezz
github.com/Leonezz
GitHubleonezz
  1. Community
  2. Plugins
  3. Tasks
  4. Tasks Timeline

Related plugins

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Project Manager

Full-featured project management: stunning Gantt charts, Kanban boards, Table views, customizable fields, due date notifications.

Base Board

Organize notes into Kanban boards using frontmatter properties. Drag and drop cards between columns powered by Bases.

TaskChute Plus

Execute TaskChute that slots today's tasks, tracks projects, adds comments, and keeps you focused on now.

Tasks Map

A visual graph view of your tasks.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

Claudian

Embeds Claude Code/Codex as an AI collaborator in your vault. Your vault becomes agent's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Day Planner

Day planning from a task list in a Markdown note with enhanced time block functionality.