tempo-mcp-server-v4

ramakrishnanWT/tempo-mcp-server-v4
★ 0 stars Python 🔌 API Integration Updated 2d ago
MCP Server for Tempo Timesheets for Jira Server/Data Center API v4 - Worklog management integration for AI assistants
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tempo-mcp-server-v4": {
      "command": "uvx",
      "args": [
        "tempo-mcp-server-v4"
      ]
    }
  }
}

Or install with pip: pip install tempo-mcp-server-v4