The Harvest Time Tracking MCP Server is a Model Context Protocol (MCP) server implementation designed to integrate seamlessly with Harvest, a popular time tracking and project management tool. This project acts as a wrapper for the Harvest API, providing a standardized way to interact with Harvest through the Model Context Protocol.
The repository is organized as follows:
mcp-servers/
├── servers/ # Directory containing all MCP servers
│ ├── harvest/ # Harvest Time Tracking MCP server
│ │ ├── src/ # Server implementation
│ │ ├── tests/ # Server tests
│ │ └── README.md # Server documentation
│ └── binance/ # Binance MCP server (planned)
└── examples/ # Example usage for all servers
To get started with the Harvest Time Tracking MCP Server, refer to the Harvest MCP Server documentation.
Contributions are welcome! Please see the CONTRIBUTING.md file for details on how to contribute to this project.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is maintained by CodifyAG and is part of a larger effort to provide MCP server implementations for various services.