Toggl Server
FreeNot checkedEnables AI assistants to interact with the Toggl time tracking API to manage time entries, projects, and workspaces through natural language.
About
Enables AI assistants to interact with the Toggl time tracking API to manage time entries, projects, and workspaces through natural language.
README
English
Overview
Toggl MCP Server is a Model Context Protocol (MCP) server that allows AI assistants to interact with the Toggl time tracking API. This enables AI assistants to manage time entries, projects, and workspaces in Toggl directly through natural language.
Features
- Get time entries with filtering options
- Create new time entries
- Update existing time entries
- Delete time entries
- Get current running time entry
- Stop running time entries
- Get workspace information
- Get projects in a workspace
- Multi-platform support (linux/amd64, linux/arm64)
Usage
MCP Configuration
To connect an AI assistant to this server, configure the MCP connection in your .cursor/mcp.json file:
{
"mcpServers": {
"toggl-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TOGGL_API_TOKEN",
"lyricrime/toggl-mcp-server"
],
"env": {
"TOGGL_API_TOKEN": "your_toggl_api_token"
}
}
}
}
Once configured, your AI assistant can interact with Toggl directly through natural language commands.
Environment Variables
TOGGL_API_TOKEN(required): Your Toggl API token for authentication
License
MIT License
日本語
概要
Toggl MCP Serverは、AIアシスタントがTogglのタイム・トラッキングAPIと対話できるようにするModel Context Protocol (MCP)サーバーです。これにより、AIアシスタントは自然言語を通じてTogglのタイムエントリー、プロジェクト、ワークスペースを直接管理できるようになります。
機能
- フィルタリングオプション付きのタイムエントリー取得
- 新規タイムエントリーの作成
- 既存タイムエントリーの更新
- タイムエントリーの削除
- 現在実行中のタイムエントリーの取得
- 実行中のタイムエントリーの停止
- ワークスペース情報の取得
- ワークスペース内のプロジェクト取得
- マルチプラットフォームサポート(linux/amd64, linux/arm64)
使用方法
MCP設定
AIアシスタントをこのサーバーに接続するには、.cursor/mcp.jsonファイルにMCP接続を以下のように設定します:
{
"mcpServers": {
"toggl-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TOGGL_API_TOKEN",
"lyricrime/toggl-mcp-server"
],
"env": {
"TOGGL_API_TOKEN": "あなたのTogglAPIトークン"
}
}
}
}
設定が完了すれば、AIアシスタントは自然言語コマンドを通じて直接Togglと対話できるようになります。
環境変数
TOGGL_API_TOKEN(必須):認証用のToggl APIトークン
ライセンス
MITライセンス
Installing Toggl Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/taiseimiyaji/toggl-mcp-serverFAQ
Is Toggl Server MCP free?
Yes, Toggl Server MCP is free — one-click install via Unyly at no cost.
Does Toggl Server need an API key?
No, Toggl Server runs without API keys or environment variables.
Is Toggl Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Toggl Server in Claude Desktop, Claude Code or Cursor?
Open Toggl Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Toggl Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
