T

Toggl

Read and log Toggl time entries.

·No reviews yet
Repo
Share:

About

Auto-generated

Toggl is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Toggl.

What does the Toggl MCP do?
The Toggl MCP allows you to read and log time entries from Toggl. It integrates Toggl functionality into an MCP client for streamlined time tracking operations.
How do I install the Toggl MCP in an MCP client?
Installation typically involves adding the MCP's repository URL (e.g., https://github.com/mrgorgone/mcp-toggl-server) to your client's settings. Specific steps may vary by client, such as Claude Desktop, Cursor, or Cline.
Does the Toggl MCP require an API key?
Yes, this MCP uses an API key for authentication with Toggl. You must provide a valid Toggl API key to use its features.
What are the common use cases for the Toggl MCP?
This MCP is useful for developers who want to manage their Toggl time entries directly from their development environment. Typical use cases include logging new entries, viewing existing entries, and managing productivity tracking.
Is the Toggl MCP free to use?
The MCP itself is community-provided and open source. However, using the Toggl service might involve costs or subscription plans, which are separate from the MCP.
What is a prerequisite for using the Toggl MCP?
A key prerequisite for using the Toggl MCP is an active Toggl account and a valid API key. Without these, the MCP cannot interact with the Toggl service.

Install Toggl

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "toggl": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-toggl"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "toggl": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-toggl"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "toggl": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-toggl"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.