MCP.so
Sign In

TimeTagger MCP Server

@regismesquita

About TimeTagger MCP Server

A MCP server for the timetagger tool, allowing you to start, stop timers and get reports directly from your MCP Client

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

regismesquita

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "timetagger": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/regismesquita/timetagger-mcp",
        "timetagger-mcp"
      ],
      "env": {
        "TIMETAGGER_API_KEY": "",
        "TIMETAGGER_API_URL": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is TimeTagger MCP Server?

TimeTagger MCP Server is a Model Context Protocol (MCP) server that allows you to interact with TimeTagger through Claude or other MCP-compatible AI assistants. It provides tools to query, create, update, and hide time records, manage timers, and retrieve time summaries.

How to use TimeTagger MCP Server?

Install by adding the uvx command block to your Claude Desktop configuration with environment variables TIMETAGGER_API_KEY and TIMETAGGER_API_URL. Alternatively, install uv, clone the repository, and run uv pip install -r requirements.txt. For development, use fastmcp dev timetagger_mcp.py to open the MCP Inspector interface.

Key features of TimeTagger MCP Server

  • Query time records within specific timeframes
  • Create, update, and hide/delete records
  • Get time summaries grouped by tags
  • Start and stop timers
  • Manage TimeTagger settings
  • Find records by tag

Use cases of TimeTagger MCP Server

  • Retrieve all records from the last N hours
  • Create a new time entry via a chat command
  • Stop a running timer and log its duration
  • Summarize time spent on different project tags
  • Update or hide an existing record

FAQ from TimeTagger MCP Server

What environment variables are required?

You must set TIMETAGGER_API_KEY and TIMETAGGER_API_URL before running the server.

How do I install the server for Claude Desktop?

Add the uvx configuration block shown in the README to your claude_desktop_config.json file and restart Claude.

Can I test the server without Claude?

Yes, run fastmcp dev timetagger_mcp.py to launch the MCP Inspector interface where you can interact with all tools and resources.

What dependencies does the server require?

It depends on Python, uv, and the packages listed in requirements.txt. The recommended runner is uvx, which handles dependencies automatically.

How does authentication work?

The server authenticates with your TimeTagger instance using an API key passed via the TIMETAGGER_API_KEY environment variable.

Comments

More Other MCP servers