loading…
Search for a command to run...
loading…
Enables AI assistants to interact with the Toggl time tracking API to manage time entries, projects, and workspaces through natural language.
Enables AI assistants to interact with the Toggl time tracking API to manage time entries, projects, and workspaces through natural language.
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ライセンス
Выполни в терминале:
claude mcp add toggl-mcp-server -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.