Productivity Tracker MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Productivity Tracker MCP ServerShow me a summary of my productive activities for today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Clone the repository: git clone cd ProductivityTracker
Install dependencies: pip install -r requirements.txt
Install Ollama and pull llama3.2: ollama pull llama3.2
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
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"] } } }
Restart Claude Desktop
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
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceA 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 updated121625GPL 3.0
- Flicense-qualityDmaintenanceEnables 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
- Flicense-qualityDmaintenanceEnables 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
- Alicense-qualityDmaintenanceEnables 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 updated2MIT
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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