tempo-mcp-server

tempo-mcp-server

3.4

If you are the rightful owner of tempo-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Tempo MCP Server is a Model Context Protocol server for managing Tempo worklogs in Jira, providing tools for tracking time and managing worklogs through Tempo's API.

The Tempo MCP Server is designed to facilitate the management of worklogs in Jira using the Tempo API. It allows users to retrieve, create, edit, and delete worklogs efficiently. The server is compatible with MCP clients like Claude and Cursor, enabling seamless integration and operation. Users can choose between using NPX for quick setup or cloning the repository for more extensive customization. The server requires Node.js, a Jira Cloud instance, and API tokens for both Jira and Tempo. It supports various operations such as bulk creation of worklogs, making it a versatile tool for project management and time tracking.

Features

  • Retrieve Worklogs: Get all worklogs for a specific date range.
  • Create Worklog: Log time against Jira issues.
  • Bulk Create: Create multiple worklogs in a single operation.
  • Edit Worklog: Modify time spent, dates, and descriptions.
  • Delete Worklog: Remove existing worklogs.

Tools

  1. retrieveWorklogs

    Fetches worklogs for the configured user between start and end dates.

  2. createWorklog

    Creates a new worklog for a specific Jira issue.

  3. bulkCreateWorklogs

    Creates multiple worklogs in a single operation.

  4. editWorklog

    Modifies an existing worklog.

  5. deleteWorklog

    Removes an existing worklog.