ticktick-mcp-hermes

walice/ticktick-mcp-hermes
★ 0 stars Python Security Updated 3d ago
TickTick MCP server for Hermes Agent
View on GitHub → Try with Claude — $10 free →

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-mcp-hermes": {
      "command": "uvx",
      "args": [
        "ticktick-mcp-hermes"
      ]
    }
  }
}

Or install with pip: pip install ticktick-mcp-hermes

README Excerpt

MCP (Model Context Protocol) server that gives Hermes Agent access to your TickTick tasks, projects, and Kanban board columns. Uses the official TickTick Open API with OAuth2 authentication and automatic token refresh. - List projects, tasks (flat or grouped by Kanban column), and filter by status - Create, update, complete, and delete tasks

Tools (11)

TICKTICK_CREDENTIALS_PATHTICKTICK_TOKENS_PATHticktick_complete_taskticktick_create_taskticktick_delete_taskticktick_filter_tasksticktick_get_taskticktick_list_projectsticktick_list_tasksticktick_list_tasks_by_columnticktick_update_task