Skip to content

m2avc/harvest-mcp

v0.3.0MIT

Harvest official remote MCP plus one REST stdio server for invoice update/messages/payments and user/assignment billable rates. Never commit tokens.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

harveststreamable-http
{
  "type": "streamable-http",
  "url": "https://api.harvestapp.com/mcp"
}
harvest-reststdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/servers/harvest-rest/dist/index.js"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "harvest-mcp",
  "version": "0.3.0",
  "description": "Harvest official remote MCP plus one REST stdio server for invoice update/messages/payments and user/assignment billable rates. Never commit tokens.",
  "author": {
    "name": "M2 AV Consulting, LLC",
    "email": "support@m2avc.com"
  },
  "homepage": "https://support.getharvest.com/hc/en-us/articles/46293697226381-Harvest-MCP",
  "repository": "https://github.com/m2avc/harvest-mcp",
  "license": "MIT",
  "keywords": ["harvest", "time-tracking", "mcp", "invoicing", "timers", "expenses"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub