Harvest MCP Server

Harvest MCP Server

Enables interaction with the Harvest time tracking API for managing time entries, projects, and tasks through natural language.

Category
Visit Server

README

Harvest MCP Server

For interacting with the Harvest time tracking API.

<img width="1728" alt="image" src="https://github.com/user-attachments/assets/48fd5805-bf07-4852-b56c-daf8b92ace40" />

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 filtering
  • get_time_entry: Retrieve a specific time entry by ID
  • create_time_entry: Create a new time entry via duration
  • create_time_entry_via_start_end: Create a time entry with start/end times
  • update_time_entry: Update an existing time entry
  • delete_time_entry: Delete a time entry
  • delete_time_entry_external_reference: Delete a time entry's external reference
  • restart_time_entry: Restart a stopped time entry
  • stop_time_entry: Stop a running time entry

Projects and Tasks

  • list_projects: List all projects with optional filtering
  • list_tasks: List all tasks with optional filtering

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)

  1. Pull the Docker image directly from Docker Hub:
    docker pull tommcl/harvest-mcp
    

Option 2: Build Locally (For Development)

  1. Clone the repository:

    git clone https://github.com/yourusername/harvest-mcp.git
    cd harvest-mcp
    
  2. Build 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured