Harvest Natural Language Time Entry MCP Server

{ "name": "harvest-mcp-server-setup", "version": "0.1.2", "description": "Natural language time tracking with Harvest", "type": "module", "bin": { "harvest-mcp-server-setup": "./build/setup.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\" && node -e \"require('fs').chmodSync('build/setup.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.7.9", "chrono-node": "^2.7.8" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" }, "keywords": [ "harvest", "time-tracking", "mcp", "claude", "natural-language" ], "author": "Adrian", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/adrian-dotco/harvest-mcp-server.git" }, "bugs": { "url": "https://github.com/adrian-dotco/harvest-mcp-server/issues" }, "homepage": "https://github.com/adrian-dotco/harvest-mcp-server#readme" }