Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"toggl-mcp": {
"env": {
"TOGGL_API_TOKEN": "your_toggl_api_token"
},
"args": [
"run",
"-i",
"--rm",
"-e",
"TOGGL_API_TOKEN",
"lyricrime/toggl-mcp-server"
],
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Read this in: English | 日本語
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for Toggl Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
TOGGL_API_TOKEN (required): Your Toggl API token for authenticationMIT License
Toggl MCP Serverは、AIアシスタントがTogglのタイム・トラッキングAPIと対話できるようにするModel Context Protocol (MCP)サーバーです。これにより、AIアシスタントは自然言語を通じてTogglのタイムエントリー、プロジェクト、ワークスペースを直接管理できるようになります。
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ライセンス