Local MCP Server (STDIO) for interacting with TickTick API. Written in TypeScript, Node and Hono.dev
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"
]
}
}
}
Run in terminal:
claude mcp add ticktick-stdio-mcp-s npx -y paczkow/ticktick-stdio-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ticktick-stdio-mcp-s": {
"command": "npx",
"args": [
"-y",
"paczkow/ticktick-stdio-mcp-server"
]
}
}
}