Toggl Track MCP Server
@vontell
Toggl Track MCP Server について
An MCP server for Toggl Track. Built by Claude Code
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"toggl-track-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"toggl-track-mcp",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Toggl Track MCP Server?
A Model Context Protocol (MCP) server that integrates with Toggl Track’s API to let Claude and other MCP clients manage projects and time entries. It is designed for users who want to query, create, and control their time tracking data through natural language conversations.
How to use Toggl Track MCP Server?
Obtain a Toggl Track API token from your profile settings, then build the provided Docker image and configure Claude Desktop with your token in the claude_desktop_config.json file. Restart Claude Desktop and ask questions like “What projects do I have?” or “Start a timer for ‘Code review’.”
Key features of Toggl Track MCP Server
- Retrieve all projects and workspaces from your Toggl Track account.
- Get detailed time entries with date range and project filtering.
- View aggregated time summaries by project with percentages.
- Check current running timer and elapsed time.
- Start and stop timers with optional project assignment.
- Create and retrieve project tasks with time estimates.
- Search time entries by description text.
- Pre-built conversation starters for common time tracking queries.
- Secure API token authentication via environment variable.
Use cases of Toggl Track MCP Server
- Analyze your weekly time entries per project to understand how you spend time.
- Quickly start or stop a timer without leaving your chat with Claude.
- Generate a productivity report by project for a given date range.
- View and manage tasks for a specific project, including creating new ones with estimates.
FAQ from Toggl Track MCP Server
What do I need to use this server?
You need a Toggl Track account and an API token (found in your profile settings) provided via the TOGGL_API_TOKEN environment variable.
How do I install the server?
Clone the repository, build the Docker image with docker build -t toggl-track-mcp ., then configure Claude Desktop to run the container with your API token set in the environment.
How does authentication work?
The server uses Toggl Track’s API token authentication. The token is passed through the TOGGL_API_TOKEN environment variable. Never commit the token to version control.
Are there rate limits?
Yes, the Toggl Track API allows approximately one request per second. The server respects this limit and provides appropriate error messages if exceeded.
What Toggl Track API version does it use?
The server uses Toggl Track API v9. Key endpoints are documented in the server’s README.
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント