ticktick-http-mcp
Verified Safeby mukhomedzyanov
Overview
Provides a simple HTTP API wrapper for specific TickTick functionalities, acting as a Micro-Capability Platform (MCP).
Installation
npm startEnvironment Variables
- TICKTICK_ACCESS_TOKEN
- PORT
Security Notes
The server uses `Access-Control-Allow-Origin: '*'` which allows any origin to access the API. While suitable for some internal or development contexts, for a publicly exposed API, this is a security consideration. `TICKTICK_ACCESS_TOKEN` is loaded from environment variables, which is good practice. No 'eval' or obvious malicious patterns found.
Similar Servers
vikunja-mcp
Facilitates integration and automation of Vikunja task and project management by exposing its API functionalities via the Model Context Protocol (MCP), enabling structured, AI-driven interactions.
Teamwork-MCP
The MCP server simplifies interaction with the Teamwork.com API, enabling AI agents to manage projects, tasks, people, and companies within Teamwork.
runautomation-mcpserver
A comprehensive Playwright-based Model Context Protocol (MCP) server designed for AI assistants to perform web testing, browser automation, and quality assurance tasks through natural language commands.
supatask
Manages local tasks, time tracking, and activity logging with a web interface, rich CLI, and AI assistant integration via the Model Context Protocol (MCP).