MCP.so
登录

TimeTagger MCP Server

@regismesquita

关于 TimeTagger MCP Server

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

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

regismesquita

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器