PluginBench
MCP Server
Active
GPL-3.0

io.github.partymola/ticktick-mcp MCP Server

io.github.partymola/ticktick-mcp

What is the io.github.partymola/ticktick-mcp MCP server?

MCP server for TickTick task management: field-preserving updates and completion tracking.

How to install io.github.partymola/ticktick-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TICKTICK_CLIENT_ID

    TickTick OAuth client ID. Needed only if you are not mounting a .env file.

  • TICKTICK_CLIENT_SECRET
    secret

    TickTick OAuth client secret. Needed only if you are not mounting a .env file.

  • TICKTICK_USERNAME

    TickTick account username. Needed only if you are not mounting a .env file.

  • TICKTICK_PASSWORD
    secret

    TickTick account password. Needed only if you are not mounting a .env file.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ticktick-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/partymola/ticktick-mcp:v0.3.2",
        "--user",
        "{uid_gid}",
        "-v",
        "{data_volume}:/data"
      ],
      "env": {
        "TICKTICK_CLIENT_ID": "<YOUR_TICKTICK_CLIENT_ID>",
        "TICKTICK_CLIENT_SECRET": "<YOUR_TICKTICK_CLIENT_SECRET>",
        "TICKTICK_USERNAME": "<YOUR_TICKTICK_USERNAME>",
        "TICKTICK_PASSWORD": "<YOUR_TICKTICK_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ticktick-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/partymola/ticktick-mcp:v0.3.2",
        "--user",
        "{uid_gid}",
        "-v",
        "{data_volume}:/data"
      ],
      "env": {
        "TICKTICK_CLIENT_ID": "<YOUR_TICKTICK_CLIENT_ID>",
        "TICKTICK_CLIENT_SECRET": "<YOUR_TICKTICK_CLIENT_SECRET>",
        "TICKTICK_USERNAME": "<YOUR_TICKTICK_USERNAME>",
        "TICKTICK_PASSWORD": "<YOUR_TICKTICK_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ticktick-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/partymola/ticktick-mcp:v0.3.2",
        "--user",
        "{uid_gid}",
        "-v",
        "{data_volume}:/data"
      ],
      "env": {
        "TICKTICK_CLIENT_ID": "<YOUR_TICKTICK_CLIENT_ID>",
        "TICKTICK_CLIENT_SECRET": "<YOUR_TICKTICK_CLIENT_SECRET>",
        "TICKTICK_USERNAME": "<YOUR_TICKTICK_USERNAME>",
        "TICKTICK_PASSWORD": "<YOUR_TICKTICK_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ticktick-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/partymola/ticktick-mcp:v0.3.2",
        "--user",
        "{uid_gid}",
        "-v",
        "{data_volume}:/data"
      ],
      "env": {
        "TICKTICK_CLIENT_ID": "<YOUR_TICKTICK_CLIENT_ID>",
        "TICKTICK_CLIENT_SECRET": "<YOUR_TICKTICK_CLIENT_SECRET>",
        "TICKTICK_USERNAME": "<YOUR_TICKTICK_USERNAME>",
        "TICKTICK_PASSWORD": "<YOUR_TICKTICK_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add ticktick-mcp --env TICKTICK_CLIENT_ID=<YOUR_TICKTICK_CLIENT_ID> --env TICKTICK_CLIENT_SECRET=<YOUR_TICKTICK_CLIENT_SECRET> --env TICKTICK_USERNAME=<YOUR_TICKTICK_USERNAME> --env TICKTICK_PASSWORD=<YOUR_TICKTICK_PASSWORD> -- docker run -i --rm ghcr.io/partymola/ticktick-mcp:v0.3.2 --user {uid_gid} -v {data_volume}:/data

Related MCP servers

Read-only MCP server for the Monzo banking API: OAuth, local transaction cache, spending analysis.

3
Python
GPL-3.0
View repository →

MCP server for the Fitbit Web API with OAuth PKCE, local SQLite cache, and trend analysis.

2
Python
GPL-3.0
View repository →

MCP server for Bosch eBike Flow (BES3): battery health, charge cycles, components, and ride data.

0
Python
GPL-3.0
View repository →

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

0
Python
GPL-3.0
View repository →