@iiinigence/harvest-mcp
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., "@@iiinigence/harvest-mcpHow many hours did I log 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.
@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)
Download
iiinigence-harvest.mcpbfrom the latest releaseIn Claude Desktop: Settings β Extensions β Advanced settings β Install Extension β pick the downloaded file. Claude shows what you're getting; click Install.
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 |
| Verify the connection; your user id, roles, timezone |
| Clients in the account |
| Projects with client, code, and budget info |
| Tasks available on a project (needed to log time) |
| Entries with filters: date range, project, person, running |
| Aggregated hours by client / project / task / team member |
| Create a completed time entry |
| Start a running timer (auto-stops any other running timer) |
| Stop the running timer |
| Edit hours, notes, date, project, or task |
| Team members (admin/manager) |
Configuration
Env var | Required | Description |
| β | Personal Access Token from id.getharvest.com/developers |
| β | Numeric account id shown next to the token |
| β |
|
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.jsMIT 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.
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
- -license-quality-maintenanceProvides 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
- AlicenseBqualityBmaintenanceMCP server for Harvest time tracking. Manage time entries, start/stop timers, handle projects, clients, tasks, and generate time and expense reports via the Harvest API v2.Last updated54707MIT
- AlicenseAqualityCmaintenanceAn MCP server for Productive.io that enables users to log time, inspect projects, and manage time entries using natural language commands. It features fuzzy project matching, local caching, and remembers default services per project for streamlined time tracking.Last updated14MIT
- Alicense-qualityDmaintenanceAn 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 updated3MIT
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.
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/iiinigence/harvest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server