Harvest MCP Server
Click on "Deploy 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., "@Harvest MCP ServerList my time entries for this week"
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.
Harvest MCP Server
For interacting with the Harvest time tracking API.
https://www.loom.com/share/b611c5d90a454fb2a7eab99ec0dc3d20?sid=edad9a28-1bbb-452c-838d-721bc435908f
Features
This MCP server provides the following tools for interacting with Harvest:
User Information
get_current_user: Retrieve information about the authenticated user
Time Entries
list_time_entries: List time entries with optional date filteringget_time_entry: Retrieve a specific time entry by IDcreate_time_entry: Create a new time entry via durationcreate_time_entry_via_start_end: Create a time entry with start/end timesupdate_time_entry: Update an existing time entrydelete_time_entry: Delete a time entrydelete_time_entry_external_reference: Delete a time entry's external referencerestart_time_entry: Restart a stopped time entrystop_time_entry: Stop a running time entry
Projects and Tasks
list_projects: List all projects with optional filteringlist_tasks: List all tasks with optional filtering
Related MCP server: Harvest MCP Server
Setup Instructions
Prerequisites
Docker
Harvest account with API credentials
Installation
For Claude Desktop Users
If you're using Claude Desktop, you only need to add the following configuration to your MCP config file:
"harvest": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"HARVEST_ACCOUNT_ID",
"-e",
"HARVEST_TOKEN",
"tommcl/harvest-mcp"
],
"env": {
"HARVEST_ACCOUNT_ID": "YOUR_ACCOUNT_ID",
"HARVEST_TOKEN": "YOUR_API_TOKEN"
}
}Note: You need to have Docker Desktop installed and running.
Credentials: You can obtain your Personal Access Token (PAT) and Account ID from the Harvest Developer Tools page.
Option 1: Pull from Docker Hub (For Other MCP Clients)
Pull the Docker image directly from Docker Hub:
docker pull tommcl/harvest-mcp
Option 2: Build Locally (For Development)
Clone the repository:
git clone https://github.com/yourusername/harvest-mcp.git cd harvest-mcpBuild the Docker image:
docker build -t mcp/harvest .Then use "mcp/harvest" instead of "tommcl/harvest-mcp" in your MCP config.
Note: Replace the example credentials with your actual Harvest API credentials. You can obtain your Personal Access Token (PAT) and Account ID from the Harvest Developer Tools page.
Usage
Test it out using Claude Desktop.
This server cannot be deployed
Maintenance
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Read time entries, projects, clients, tasks and invoices; log and update tracked time.
Track time on usetimebook.com - start/stop timers, log entries, list projects/clients.
Log hours and invoice clients from your AI chat. Time tracking and invoicing for freelancers.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables natural language time tracking and reporting for Harvest, including automatic leave requests, project/task matching, and date parsing.53 npm5MIT
- AlicenseAqualityDmaintenanceIntegrates with Harvest time tracking API, enabling AI assistants to manage time entries, projects, clients, and tasks through natural language commands.1139MIT
- -licenseNot gradedqualityNot gradedmaintenanceProvides MCP integration for Harvest's time tracking, project management, and invoicing functionality, enabling natural language interaction with Harvest API through tools for managing clients, time entries, projects, tasks, and users.-
- AlicenseNot gradedqualityDmaintenanceEnables LLM clients to interact with Harvest time tracking accounts for managing clients, projects, users, and time entries via natural language.5 npm1MIT