Skip to main content
Glama
manasamadgul

Productivity Tracker MCP Server

by manasamadgul

LLM-Driven Productivity Tracker with MCP Integration

An intelligent task management system powered by LangChain agents and Model Context Protocol (MCP), enabling natural language interaction for productivity tracking.

Features

  • Multi-step AI Agent: Autonomous decision-making with LangChain for complex task workflows

  • Natural Language Interface: Interact with your tasks using conversational AI

  • MCP Server Integration: Exposes productivity tools via standardized protocol

  • Claude Desktop Compatible: Works seamlessly as an MCP client

  • Comprehensive Task Management:

    • Log tasks with 8 categories (work, health, learning, personal, finance, social, hobby, self_care)

    • 4 status types (todo, started, completed, blocked)

    • Update and remove tasks by ID or name

    • Time-based summaries (daily, weekly, monthly)

  • Local LLM Support: Runs on Ollama with llama3.2 (no API costs)

Related MCP server: Daily Work MCP Server

Technologies

  • Python 3.12

  • LangChain (Agent framework)

  • Ollama (llama3.2)

  • Model Context Protocol (MCP)

  • SQLite (Database)

  • Claude Desktop API

  • JSON-RPC

Prerequisites

  • Python 3.12+

  • Ollama installed with llama3.2 model

  • Claude Desktop (optional, for MCP integration)

Installation

  1. Clone the repository: git clone cd ProductivityTracker

  2. Install dependencies: pip install -r requirements.txt

  3. Install Ollama and pull llama3.2: ollama pull llama3.2

  4. Initialize the database: python -c "import database; database.init_db()"

Usage

Option 1: Local Agent (agent.py)

Run the agent locally with your own questions:

python agent.py

Modify the question variable in agent.py to test different queries.

Option 2: MCP Server with Claude Desktop

  1. Configure Claude Desktop by editing %APPDATA%\Claude\claude_desktop_config.json:

{ "mcpServers": { "productivity-tracker": { "command": "C:\path\to\python.exe", "args": ["C:\path\to\ProductivityTracker\mcp_server.py"] } } }

  1. Restart Claude Desktop

  2. Interact naturally:

    • "Log a task to review code for work as started"

    • "Show me today's summary"

    • "Update test task to completed"

Project Structure

ProductivityTracker/ ├── agent.py # Local LangChain agent with multi-step reasoning ├── mcp_server.py # MCP server exposing tools via protocol ├── tools.py # Tool definitions (log_task, get_summary, etc.) ├── database.py # SQLite operations with error handling ├── requirements.txt # Python dependencies └── productivity_tracker.db # SQLite database (auto-created)

Example Interactions

Log a task: "Log a morning workout for health category as completed"

Get summary: "How was my week?"

Update task: "Mark the code review task as completed"

Remove task: "Delete the duplicate dinner task"

Architecture

  • Agent Pattern: AI decides which tools to use based on user intent

  • Tool Pattern: 5 custom tools for task management operations

  • MCP Integration: Standardized protocol for external agent communication

  • Iterative Loop: Multi-step reasoning with context maintenance

Error Handling

  • Database connection errors handled gracefully

  • Invalid category/status inputs caught with helpful messages

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A local Model Context Protocol server providing backend tools for AI agents to manage projects and tasks with persistent storage in SQLite, enabling structured tracking of project tasks with dependencies, priorities, and statuses.
    Last updated
    12
    16
    25
    GPL 3.0
  • F
    license
    -
    quality
    D
    maintenance
    Enables recording, querying, and summarizing daily work entries with tags using a local SQLite database. Supports work logging, search, timeline queries, tag management, and automated reminders for tracking daily tasks.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    Enables project and task management through a lightweight SQLite database, allowing users to create projects, add categorized tasks, track status changes, and get project statistics through natural language commands.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to interact with SQLite databases by executing read and write queries, listing tables, and inspecting schemas. It provides a secure, local interface for database management and data retrieval through the Model Context Protocol.
    Last updated
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Manage projects, tasks, time tracking, and team collaboration through natural language.

  • Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/manasamadgul/Tracker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server