Skip to main content

Harvest MCP Server

A Model Context Protocol (MCP) server for interacting with Harvest time tracking and project management APIs.

The PyPI package and the command you run are the same name: harvest-mcp.

Install

pip install harvest-mcp

Run (PyPI — no --from)

uvx harvest-mcp --help

uvx harvest-mcp \
  --account-id "<harvest_account_id>" \
  --api-key "<harvest_api_key>" \
  --read-only "false"

uvx downloads the package if needed, installs it in an isolated environment, and runs the harvest-mcp CLI.

Run (editable / local checkout)

pip install -e .
harvest-mcp --help

Run with python -m (package already in that interpreter)

python -m harvest_mcp_server \
  --account-id "<harvest_account_id>" \
  --api-key "<harvest_api_key>" \
  --read-only "false"

The import path uses underscores (harvest_mcp_server); the user-facing CLI is harvest-mcp.

Required arguments

  • --account-id: Harvest account ID
  • --api-key: Harvest API key

Optional arguments

  • --read-only: Enable read-only mode (true/false), default false

Features

  • Users (list, detail)
  • Time entries (list, create, start/stop timers, details, unsubmitted)
  • Projects, clients, and tasks lookup
  • Estimates lifecycle (list/detail/lookup/create/update/state-change/send/delete)
  • Optional read-only mode for safe operation

MCP configuration (recommended)

Use uvx and a single tool name — no --from** when pulling from PyPI:

{
  "mcpServers": {
    "harvest-mcp": {
      "command": "uvx",
      "args": [
        "harvest-mcp",
        "--account-id",
        "YOUR_HARVEST_ACCOUNT_ID",
        "--api-key",
        "YOUR_HARVEST_API_KEY",
        "--read-only",
        "true"
      ]
    }
  }
}

If uvx is not on PATH, set "command" to the full path of the uvx binary (for example ~/.local/bin/uvx on Linux).

Local wheel (offline / pre-release)

Only when you are not using PyPI, point uvx at a wheel file. The tool name at the end must still be harvest-mcp (the console script):

"args": [
  "--from",
  "/absolute/path/to/harvest_mcp-0.1.1-py3-none-any.whl",
  "harvest-mcp",
  "--account-id",
  "YOUR_HARVEST_ACCOUNT_ID",
  "--api-key",
  "YOUR_HARVEST_API_KEY"
]

python -m (package installed in the same environment as the MCP host)

{
  "mcpServers": {
    "harvest-mcp": {
      "command": "python",
      "args": [
        "-m",
        "harvest_mcp_server",
        "--account-id",
        "YOUR_HARVEST_ACCOUNT_ID",
        "--api-key",
        "YOUR_HARVEST_API_KEY",
        "--read-only",
        "true"
      ]
    }
  }
}

Development

From the harvest-mcp-server directory:

pip install -e .
harvest-mcp --help

Build a wheel:

python -m build

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

harvest_mcp-0.1.2.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

harvest_mcp-0.1.2-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file harvest_mcp-0.1.2.tar.gz.

File metadata

  • Download URL: harvest_mcp-0.1.2.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for harvest_mcp-0.1.2.tar.gz
Algorithm Hash digest
SHA256 dd621db9959105a5e878074fd2cad1a2834bb260255581cbbb2595ab92e30e85
MD5 72a254616366ac3ff9ab8ed41204b1a6
BLAKE2b-256 eae28bc8f365503b9e45a4f51e5889ea0b729ea31e7f1258e05d986d30a179d5

See more details on using hashes here.

File details

Details for the file harvest_mcp-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: harvest_mcp-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for harvest_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9d78402b7cf340bc5d342b1fb4a67805467d9f304855fb56e91776e54b708a21
MD5 e0032eec7722b1f8c27bab12998d2889
BLAKE2b-256 8d293ec20e5b3b0c87ae5ab25a3a7bae9bf032a472f27729e3c5eeb038c0a4e7

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page