Skip to content
Grok

ticktick mcp for Grok

io.github.partymola/ticktick-mcp

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

client:Grok transport:stdio runtime:oci

Install ticktick mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ticktick-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/partymola/ticktick-mcp:v0.5.0"
      ],
      "env": {
        "TICKTICK_CLIENT_ID": "<TICKTICK_CLIENT_ID>",
        "TICKTICK_CLIENT_SECRET": "<TICKTICK_CLIENT_SECRET>",
        "TICKTICK_USERNAME": "<TICKTICK_USERNAME>",
        "TICKTICK_PASSWORD": "<TICKTICK_PASSWORD>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ticktick mcp in other clients