harvest-mcp-server

taiste/harvest-mcp-server
★ 33 stars Python 📦 Other Updated 6d ago
MCP Server for Harvest
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "harvest-mcp-server": {
      "command": "uvx",
      "args": [
        "harvest-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install harvest-mcp-server