Original Reddit post

I built a small open-source MCP server for Jira Tempo. The reason was pretty simple: I didn’t want to manually log time every day anymore. It’s not difficult, but it is repetitive. Open Jira, find the issue, open Tempo, create the worklog, write the description, repeat the same thing tomorrow. Since I already use Claude and agents for parts of my workflow, I wanted to move this into the same flow. Now after finishing a work session, I can ask the agent to log the time instead of doing it manually. Current tools:

  • create worklog
  • bulk create worklogs
  • retrieve worklogs
  • edit/delete worklogs
  • find missing worklog days
  • get basic worklog analytics It supports Claude, Codex, Cursor and any other MCP-compatible clients. I’m sharing it mostly to get feedback from people building or using MCP workflows. Curious if others are automating similar small but annoying dev admin tasks. Repo: https://github.com/ivelin-web/tempo-mcp-server submitted by /u/IvelinDev

Originally posted by u/IvelinDev on r/ClaudeCode