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.
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 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,
Servers
modelcontextprotocolModel Context Protocol Servers
コメント