Skip to main content
Glama

TickTick MCP Server

by rafliruslan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TICKTICK_PASSWORDNoYour TickTick password for password authentication
TICKTICK_USERNAMENoYour TickTick username for password authentication
TICKTICK_CLIENT_IDNoYour client ID for TickTick OAuth
TICKTICK_ACCESS_TOKENNoYour OAuth access token for TickTick
TICKTICK_CLIENT_SECRETNoYour client secret for TickTick OAuth
TICKTICK_REFRESH_TOKENNoYour OAuth refresh token for TickTick

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_tasks

Get all tasks or tasks from a specific project

get_overdue_tasks

Get all overdue tasks (incomplete tasks past their due date)

get_todays_tasks

Get tasks that are specifically due today

get_projects

Get all projects from TickTick

create_task

Create a new task in TickTick

update_task

Update an existing task

delete_task

Delete a task

complete_task

Mark a task as completed

get_task

Get a specific task by ID

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rafliruslan/ticktick-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server