Harvest MCP Server
@tgmclaughlin
关于 Harvest MCP Server
MCP server for Harvest time-tracking
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"harvest-mcp": {
"command": "docker",
"args": [
"pull",
"tommcl/harvest-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Harvest MCP Server?
Harvest MCP Server is a server that provides tools for interacting with the Harvest time tracking API via the Model Context Protocol. It is intended for users who want to manage Harvest time entries, projects, and tasks programmatically through an MCP client such as Claude Desktop.
How to use Harvest MCP Server?
Install and run the server using Docker. For Claude Desktop, add a configuration entry with the docker command and set the HARVEST_ACCOUNT_ID and HARVEST_TOKEN environment variables. For other MCP clients, pull the Docker image from Docker Hub (tommcl/harvest-mcp) or build it locally from the repository.
Key features of Harvest MCP Server
- Retrieve authenticated user information (
get_current_user) - List, get, create, update, delete, and restart time entries
- Create time entries via duration or start/end times
- Stop running time entries
- Delete a time entry’s external reference
- List projects and tasks with optional filtering
Use cases of Harvest MCP Server
- Automatically log time entries into Harvest from an MCP-enabled chat interface
- Query and update existing time entries without switching apps
- Manage project and task lists as part of a time tracking workflow
- Integrate Harvest time tracking into AI‑driven assistant conversations
FAQ from Harvest MCP Server
What tools does Harvest MCP Server provide for time entries?
It provides list_time_entries, get_time_entry, create_time_entry, create_time_entry_via_start_end, update_time_entry, delete_time_entry, delete_time_entry_external_reference, restart_time_entry, and stop_time_entry.
What are the prerequisites for using Harvest MCP Server?
You need Docker and a Harvest account with API credentials (Personal Access Token and Account ID).
How do I obtain Harvest API credentials?
You can get your Personal Access Token and Account ID from the Harvest Developer Tools page.
How is the server deployed?
It is deployed as a Docker container. You can pull the pre‑built image from Docker Hub (tommcl/harvest-mcp) or build it locally from the repository.
Does the server require any authentication?
Yes, the environment variables HARVEST_ACCOUNT_ID and HARVEST_TOKEN must be set with valid Harvest API credentials.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Nginx UI
0xJackyYet another WebUI for Nginx
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论