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
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント