Harvest▌

by adrian-dotco
Integrate with Harvest for easy time recording, project management, and hour tracking using natural language commands.
Integrates with Harvest's time tracking and project management features, enabling natural language interactions for managing projects, tracking time entries, and handling leave requests.
best for
- / Freelancers tracking client work hours
- / Teams logging daily work activities
- / Employees submitting sick/vacation time
- / Project managers tracking team hours
capabilities
- / Log time entries using natural language
- / Parse dates naturally (today, yesterday, etc.)
- / Match projects and tasks automatically
- / Handle leave requests with natural phrases
- / Configure work day hours and timezone
- / Parse time durations from text
what it does
Allows natural language time tracking in Harvest, automatically parsing entries like 'worked 6 hours on project X today' and handling leave requests.
about
Harvest is a community-built MCP server published by adrian-dotco that provides AI assistants with tools and capabilities via the Model Context Protocol. Integrate with Harvest for easy time recording, project management, and hour tracking using natural language commands. It is categorized under productivity.
how to install
You can install Harvest in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
license
MIT
Harvest is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
readme
Harvest Natural Language Time Entry MCP Server
An MCP server that lets you log Harvest time entries using natural language, including special handling for leave requests. This server makes time tracking more intuitive by understanding natural language inputs and automatically handling common scenarios like leave requests.
<a href="https://glama.ai/mcp/servers/u2bir05hxy"> <img width="380" height="200" src="https://glama.ai/mcp/servers/u2bir05hxy/badge" alt="Harvest Natural Language Time Entry Server MCP server" /> </a>Features
- 🗣️ Natural language time entry parsing
- 🏖️ Special leave request handling (e.g., "I'm off sick today")
- ⏰ Configurable work day hours
- 🌍 Timezone support
- 🎯 Automatic project and task matching
- 📅 Smart date parsing (today, yesterday, etc.)
Prerequisites
- Node.js installed
- A Harvest account
- Personal access token from Harvest Developer Tools
- Account ID (shown on the same page as your token)
Installation
Installation
-
Install the Claude desktop app
-
Clone this repository:
git clone https://github.com/adrian-dotco/harvest-mcp-server.git
cd harvest-mcp-server
- Install dependencies and build:
npm install
npm run build
- Run the setup script:
node build/setup.js
-
Follow the prompts to enter your:
- Harvest Personal Access Token (from https://id.getharvest.com/developers)
- Harvest Account ID
- Standard work day hours (default: 7.5)
- Timezone (default: Australia/Perth)
-
Restart Claude desktop app
That's it! You can now use natural language time tracking in Claude.
Staying Updated
To update to the latest version:
git pull
npm install
npm run build
The setup script will have configured Claude to use your local build of the server, so any updates you pull will be automatically available after rebuilding.
Usage
The server provides several tools for interacting with Harvest:
log_time
Log time entries using natural language. Examples:
Regular time entries:
"2 hours on Project X doing development work today"
"45 minutes on Project Y testing yesterday"
"3.5 hours on Project Z meetings last Friday"
Leave requests (automatically uses standard work day hours):
"I'm off sick today"
"I'm unwell today"
"Taking annual leave next week"
get_time_report
Get time reports using natural language queries. Examples:
- Time Period Options:
"Show time report for last month"
"Get time summary for this week"
"Show hours from January 1st to January 31st"
"Report time for Q1"
"Show me yesterday's hours"
- Report Types:
- By Project (default):
"Show time report for last month" "Get project hours for this week" - By Client:
"Show time report by client for this month" "Get hours by client for Q1" - By Task:
"Show time summary by task for January" "Get task breakdown for last week" - By Team Member:
"Show team hours for last week" "Get time report by user for this month"
- Report Details: Each report includes:
- Total hours worked
- Billable vs non-billable hours
- Billable amounts (if you have permission)
- Project/client/task/user details based on report type
list_projects
List all available Harvest projects:
List my projects
list_tasks
List available tasks for a specific project:
Show tasks for Project X
list_entries
View recent time entries:
Show my recent time entries
Configuration
The server supports these environment variables:
HARVEST_ACCESS_TOKEN: Your Harvest personal access tokenHARVEST_ACCOUNT_ID: Your Harvest account IDSTANDARD_WORK_DAY_HOURS: Default hours for a full work day (default: 7.5)TIMEZONE: Your timezone (default: Australia/Perth)
Development
The server is built using:
- TypeScript
- MCP SDK
- chrono-node for natural language date parsing
- Harvest API v2
To contribute:
- Fork the repository
- Create a feature branch
- Submit a pull request
License
MIT License - see LICENSE for details
FAQ
- What is the Harvest MCP server?
- Harvest is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
- How do MCP servers relate to agent skills?
- Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
- How are reviews shown for Harvest?
- This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
Ratings
4.5★★★★★10 reviews- ★★★★★Shikha Mishra· Oct 10, 2024
Harvest is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Piyush G· Sep 9, 2024
We evaluated Harvest against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Chaitanya Patil· Aug 8, 2024
Useful MCP listing: Harvest is the kind of server we cite when onboarding engineers to host + tool permissions.
- ★★★★★Sakshi Patil· Jul 7, 2024
Harvest reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
- ★★★★★Ganesh Mohane· Jun 6, 2024
I recommend Harvest for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
- ★★★★★Oshnikdeep· May 5, 2024
Strong directory entry: Harvest surfaces stars and publisher context so we could sanity-check maintenance before adopting.
- ★★★★★Dhruvi Jain· Apr 4, 2024
Harvest has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
- ★★★★★Rahul Santra· Mar 3, 2024
According to our notes, Harvest benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
- ★★★★★Pratham Ware· Feb 2, 2024
We wired Harvest into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
- ★★★★★Yash Thakker· Jan 1, 2024
Harvest is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.