Tempo Filler
Interface UIpar tranzact
Manage Tempo worklogs in JIRA with natural language — log hours, bulk-fill timesheets, and view interactive calendar and grid UIs directly in your AI client.
What it does
Tempo Filler connects your AI assistant to Tempo Timesheets in JIRA, letting you create, retrieve, bulk-fill, and delete worklogs through natural conversation. In MCP Apps-compatible hosts (Claude Desktop, VS Code), it renders rich interactive UIs — a timesheet grid showing hours per issue per period, and a calendar showing your working vs non-working days.
Ask "fill my October hours with the same project from September" and the assistant will check your September worklogs, pull your October schedule, and bulk-create all 23 working day entries in one go.
Key features
- Timesheet Grid View — Interactive pivot table showing issues as rows and time periods as columns, with coverage-aware coloring (green = full, yellow = under, red = gap) and zoom between Days / Weeks / Months
- Schedule Calendar View — Month grid with working days (green), non-working days (grey), holidays, and required hours per day
- Bulk worklog creation — Concurrent processing for filling entire months in a single command
- Schedule-aware planning — Automatically skips weekends and holidays when bulk-filling
- Natural language interaction — No need to remember issue keys, dates, or tool syntax
Installation
Claude Desktop (recommended — .dxt extension):
- Download
bundle.dxtfrom GitHub Releases - Open Claude Desktop → Settings → Extensions → drag in the
.dxtfile - Set
TEMPO_BASE_URLandTEMPO_PATin the environment variables section
Claude Desktop (manual config):
{
"mcpServers": {
"tempo-filler": {
"command": "npx",
"args": ["@tranzact/tempo-filler-mcp-server"],
"env": {
"TEMPO_BASE_URL": "https://your-jira-instance.com",
"TEMPO_PAT": "your-personal-access-token"
}
}
}
}
Supported hosts
Claude Desktop and VS Code Copilot are confirmed in the README. Visual UIs render only in MCP Apps-compatible hosts.
Installation rapide
npx @tranzact/tempo-filler-mcp-server