Skip to main content
Glama
iiinigence

@iiinigence/harvest-mcp

by iiinigence

@iiinigence/harvest-mcp

Track time, run timers, and read time reports β€” by just asking your AI.

An open-source MCP server for Harvest, developed by IIInigence. Works with Claude Desktop, Claude Code, and any MCP-compatible client.

πŸŽ₯ Setup tutorial video: coming soon β€” subscribe

Easiest install β€” one file, no terminal (Claude Desktop)

  1. Download iiinigence-harvest.mcpb from the latest release

  2. In Claude Desktop: Settings β†’ Extensions β†’ Advanced settings β†’ Install Extension β†’ pick the downloaded file. Claude shows what you're getting; click Install.

  3. Paste your Harvest Personal Access Token and Account ID (both from id.getharvest.com/developers) into the settings form, then click the Disabled button so it reads Enabled. Done.

No Node, no config files β€” Claude Desktop runs the bundle with its built-in runtime. Nervous about giving an AI write access to your timesheet? Flip on Read-only mode in the same form: Claude can read projects, entries, and reports but can't log or change a thing until you turn it off.

Related MCP server: harvest-mcp-server

Quick start (manual / npx route)

1. Get your credentials β€” id.getharvest.com/developers β†’ Create new personal access token. Note the token and the numeric Account ID shown with it.

2. Add to Claude Desktop β€” Settings β†’ Developer β†’ Edit Config:

{
  "mcpServers": {
    "harvest": {
      "command": "npx",
      "args": ["-y", "@iiinigence/harvest-mcp"],
      "env": {
        "HARVEST_ACCESS_TOKEN": "your_token_here",
        "HARVEST_ACCOUNT_ID": "1234567",
        "READ_ONLY": "false"
      }
    }
  }
}

Restart Claude Desktop, then try: "How many hours did I log this week?"

What it's like to use

  • "Start a timer on the Acme website project β€” task: development, note: fixing the checkout bug."

  • "Stop my timer."

  • "Log 2 hours yesterday on Acme β€” client meeting."

  • "How many hours did we spend per client this month, and how much of it was billable?"

  • "Who on the team logged the most hours last week?"

  • "Find my unbilled overtime β€” compare this month's hours to the project budgets."

Tools

Tool

What it does

get_me

Verify the connection; your user id, roles, timezone

list_clients

Clients in the account

list_projects

Projects with client, code, and budget info

list_project_tasks

Tasks available on a project (needed to log time)

list_time_entries

Entries with filters: date range, project, person, running

get_time_report

Aggregated hours by client / project / task / team member

log_time

Create a completed time entry

start_timer

Start a running timer (auto-stops any other running timer)

stop_timer

Stop the running timer

update_time_entry

Edit hours, notes, date, project, or task

list_users

Team members (admin/manager)

Configuration

Env var

Required

Description

HARVEST_ACCESS_TOKEN

βœ…

Personal Access Token from id.getharvest.com/developers

HARVEST_ACCOUNT_ID

βœ…

Numeric account id shown next to the token

READ_ONLY

β€”

true = reports and entries readable, all writing blocked (default false)

Safety notes

  • No delete tool β€” by design. This server can log and edit time, but it can never delete an entry. If something truly needs deleting, do it in Harvest.

  • Read-only mode is a hard block enforced by the server, not a suggestion to the model.

  • Your Personal Access Token carries your Harvest permissions. Treat it like a password; revoke it at id.getharvest.com/developers if unsure.

  • Keep yourself as the approval step for edits: ask your assistant to show entries before changing them.

Privacy

This connector runs locally, collects no data, has no telemetry, and talks only to Harvest's API. Your token is stored on your device by Claude Desktop and sent only to Harvest. Full policy: PRIVACY.md.

Who built this

IIInigence β€” a software development agency: custom software, AI automations, full platforms. This connector is part of our video series on connecting Claude to your business tools, one at a time. See also our SendGrid connector.

Want something like this built for your business? Tell us what you'd build.

Development

git clone https://github.com/iiinigence/harvest-mcp.git
cd harvest-mcp
npm install
npm run build
HARVEST_ACCESS_TOKEN=xxx HARVEST_ACCOUNT_ID=1234567 node dist/index.js

MIT licensed. PRs welcome.


This is an independent project by IIInigence. It is not affiliated with, endorsed, or sponsored by Harvest. "Harvest" is a trademark of Iridesco, LLC, used here only to describe compatibility.

Install Server
A
license - permissive license
A
quality
C
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

  • -
    license
    -
    quality
    -
    maintenance
    Provides 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.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server for time tracking and billing that allows freelancers to control timers, manage projects, and export invoices via natural language in any MCP-compatible AI assistant.
    Last updated
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • A MCP server built for developers enabling Git based project management with project and personal…

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

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/iiinigence/harvest-mcp'

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