tempo-mcp-server
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
retrieveWorklogs
Fetches worklogs for the configured user between start and end dates.
createWorklog
Creates a new worklog for a specific Jira issue.
bulkCreateWorklogs
Creates multiple worklogs in a single operation.
editWorklog
Modifies an existing worklog.
deleteWorklog
Removes an existing worklog.