The Harvest MCP Server Integration is a Model Context Protocol (MCP) server implementation designed to provide seamless integration with Harvest, a time tracking and project management tool. This project acts as a wrapper for the Harvest API, enabling standardized interactions through the MCP format.
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 MCP Server, refer to the Harvest MCP Server README for detailed setup and usage instructions.
Contributions are welcome! Please review the CONTRIBUTING.md file for guidelines on how to contribute to this project.
This project is licensed under the MIT License. For more details, see the LICENSE file.
This project provides a standardized way to interact with Harvest through the Model Context Protocol, making it easier for developers to integrate Harvest into their workflows using MCP.