ticktick-stdio-mcp-server

paczkow/ticktick-stdio-mcp-server
★ 0 stars TypeScript 🔌 API Integration Updated today
Local MCP Server (STDIO) for interacting with TickTick API. Written in TypeScript, Node and Hono.dev
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ticktick-stdio-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "paczkow/ticktick-stdio-mcp-server"
      ]
    }
  }
}