drio
Open app

Task Tracker

Source

A mcp server for task management with Linear and time tracking with TrackingTime

Catalog onlyCatalog onlySTDIO

Overview

Task Tracker is a Model Context Protocol server that integrates Linear task management and TrackingTime time tracking, allowing users to automate their workflows using natural language.

To use Task Tracker, set up the environment as per the instructions in the .env.example file, build the package using sh scripts/setup.sh, and run it with the command uv run task-tracker. Integrate it with the Claude Desktop by configuring the MCP server settings.

  • Integration with Linear API for task management, including creating, updating, and viewing tasks. - Integration with TrackingTime for time tracking, allowing users to start/stop tracking and add notes.
  1. Automating task creation and updates using natural language.
  2. Tracking time spent on tasks for better productivity analysis.
  3. Managing tasks across different projects seamlessly.

Add to your AI client

Use these steps to connect Task Tracker in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "task-tracker-reminia": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-tracker-reminia"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "task-tracker-reminia": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-tracker-reminia"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "task-tracker-reminia": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-tracker-reminia"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "task-tracker-reminia": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-tracker-reminia"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "task-tracker-reminia": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-tracker-reminia"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "task-tracker-reminia": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-tracker-reminia"
      ]
    }
  }
}

FAQ

Can Task Tracker integrate with other task management tools?

Currently, it is designed to work with Linear and TrackingTime, but future updates may include more integrations.

Is Task Tracker free to use?

Yes! Task Tracker is open-source and free to use for everyone.

How can I contribute to Task Tracker?

You can contribute by submitting issues or pull requests on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":975,"uuid":"216f3df1-9990-4d27-b6f9-68b3088e17f1","name":"task-tracker","title":"Task Tracker","description":"A mcp server for task management with Linear and time tracking with TrackingTime","avatar_url":"https://avatars.githubusercontent.com/u/21080037?v=4","created_at":"2025-01-28T02:21:33.647Z","updated_at":"2025-02-23T07:19:18.164Z","status":"created","author_name":"reminia","author_avatar_url":"https://avatars.githubusercontent.com/u/21080037?v=4","tags":"linear,ai-agent,trackingtime,mcp-server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/reminia/task-tracker","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/reminia/task-tracker/actions/workflows/ci.yml/badge.svg","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]