H
Harvest
Log and query Harvest time entries.
·No reviews yet
Share:
About
Auto-generated
Harvest is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Harvest.
- What is the Harvest MCP used for?
- The Harvest MCP allows you to log and query time entries in the Harvest time tracking system. It integrates Harvest's core functionality for managing time-based tasks and projects with MCP-compatible clients.
- How do I configure the Harvest MCP in a client application?
- Configuration typically involves installing the Harvest MCP via its repository, 'https://github.com/harvesthq/harvest-mcp', then providing your Harvest API key within the client's settings. The exact steps vary by client application.
- Does the Harvest MCP require an API key for authentication?
- Yes, the Harvest MCP requires an API key for authentication. You must provide a valid API key from your Harvest account to interact with the service and manage your time entries.
- What are the primary capabilities exposed by the Harvest MCP?
- The primary capabilities involve logging new time entries and querying existing ones within the Harvest system. Specific tools would depend on the implementation within the repository, but these are the core functions.
- Is there a cost associated with using the Harvest MCP?
- The Harvest MCP itself is open source and available via its GitHub repository. However, Harvest is a commercial service, and its usage typically incurs subscription fees depending on your Harvest plan.
- What is a common limitation when using the Harvest MCP?
- A common limitation is that its functionality is strictly tied to the Harvest API. Features not exposed by the Harvest API, such as advanced reporting or invoicing, cannot be directly accessed through this MCP.
Install Harvest
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"harvest": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-harvest"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"harvest": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-harvest"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"harvest": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-harvest"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.