ticktick-mcp exposes TickTick's task management API to AI agents. It allows agents to create, read, update, and delete tasks, lists, and projects. It connects to TickTick's REST API and provides tools for task prioritization, due date management, and project organization. Developers use it to build AI assistants that manage to-do lists, automate task creation, and integrate TickTick with other productivity tools.
ticktick-mcp exposes TickTick's task management API to AI agents. It allows agents to create, read, update, and delete tasks, lists, and projects. It connects to TickTick's REST API and provides tools for task prioritization, due date management, and project organization. Developers use it to build AI assistants that manage to-do lists, automate task creation, and integrate TickTick with other productivity tools.
npx -y ticktick-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ticktick-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y ticktick-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from ticktick-mcp?"
API Key Required
This server requires an API key from ticktick-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| TICKTICK-MCP_API_KEY | Yes | Your ticktick-mcp API key |
"What resources are available in ticktick-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in ticktick-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in ticktick-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.