Harvest Time Tracking MCP Server

by CodifyAG
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Integrates with Harvest time tracking system, enabling management of time entries, clients, projects, and reporting features. Allows creating, updating, and deleting time entries, managing clients and projects, and generating time reports.

MCP Servers

A central repository for multiple Model Context Protocol (MCP) server implementations. This repository contains various MCP servers that enable seamless integration with different services through the Model Context Protocol.

Available Servers

ServerDescriptionStatus
HarvestTime tracking and project management✅ Active
BinanceCryptocurrency exchange API🚧 Planned

Repository Structure

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

Getting Started

Each server has its own documentation and setup instructions. Please refer to the specific server's README for details:

Contributing

Please see CONTRIBUTING.md for details on how to contribute to this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

-
security - not tested
A
license - permissive license
-
quality - not tested

A Model Context Protocol server implementation that wraps Harvest's REST API, enabling seamless interaction with Harvest's time tracking, client, project, and reporting features through MCP clients.

  1. Available Servers
    1. Repository Structure
      1. Getting Started
        1. Contributing
          1. License