MCP.so
登录

Harvest Time Tracking MCP Server

@mayank2424

关于 Harvest Time Tracking MCP Server

MCP (Model Context Protocol) server for Harvest Time Tracking.

基本信息

分类

生产力

许可证

MIT

运行时

node

传输方式

stdio

发布者

mayank2424

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Harvest": {
      "command": "npx",
      "args": [
        "@harvest/mcp-server-typescript"
      ],
      "env": {
        "HARVEST_ACCOUNT_ID": "<Harvest Account ID>",
        "HARVEST_ACCESS_TOKEN": "<Harvest Personal Access Token>",
        "HARVEST_BASE_URL": "<Harvest Base URL>"
      }
    }
  }
}

工具

12

Get company information

Searches for clients

Get client information

Searches for projects

Get project information

Lists all users

Get user information

List project user assignments

List project task assignments

Searches for time entries

Get time entry details

Create a new time entry

概览

What is Harvest Time Tracking MCP Server?

A TypeScript-based MCP (Model Context Protocol) server that enables LLM clients to interact with a Harvest time tracking account. It provides tools to query and manage Harvest data such as clients, projects, users, time entries, and company information.

How to use Harvest Time Tracking MCP Server?

Install via npx -y @mayankg0324/mcp-server-harvest. Configure the environment variables HARVEST_ACCOUNT_ID, HARVEST_ACCESS_TOKEN, and HARVEST_BASE_URL in your MCP client’s config file (e.g., Claude Desktop claude-desktop-config.json or Cursor IDE mcp.json). Then use the available tools (e.g., search-clients, create-time-entry) through your LLM client.

Key features of Harvest Time Tracking MCP Server

  • Retrieve company information (name, URL, ID, currency)
  • Search and get details for clients, projects, and users
  • List project user assignments and task assignments
  • Search and fetch time entry details with filters
  • Create new time entries with project, task, user, and hours
  • Works with Claude Desktop and Cursor IDE out of the box

Use cases of Harvest Time Tracking MCP Server

  • Ask an LLM to find all active clients in your Harvest account
  • Query which users are assigned to a specific project
  • Retrieve a summary of time entries for a given date range
  • Create a new time entry for a specific project and task through natural language
  • List all project task assignments to understand workload

FAQ from Harvest Time Tracking MCP Server

What are the prerequisites for using Harvest Time Tracking MCP Server?

You need Node.js >= 18 (or Bun for development), a Harvest account with API access, a Personal Access Token from Harvest, and your Harvest Account ID.

What environment variables are required?

The server requires three environment variables: HARVEST_ACCOUNT_ID, HARVEST_ACCESS_TOKEN, and HARVEST_BASE_URL.

How do I fix spawn npx ENOENT or env: node: No such file or directory?

This error occurs when your MCP client cannot find npx or node in its PATH. Use the full path to npx (found via which npx) and include your Node bin directory in the PATH environment variable inside the config.

Which MCP clients are supported?

The README explicitly provides configuration examples for Claude Desktop and Cursor IDE. Other MCP clients may work but are not documented.

Can I run the server locally for development?

Yes. Clone the repository, run npm install and npm run build, then point your MCP client config to the local dist/index.js using the node command.

评论

生产力 分类下的更多 MCP 服务器