- Ticktick Api Mcp (typescript)
Ticktick Api Mcp (typescript)
Overview
What is TickTick MCP?
TickTick MCP is a server implementation of the Model Context Protocol (MCP) for integrating with the TickTick API, written in TypeScript.
How to use TickTick MCP?
To use TickTick MCP, clone the repository, install dependencies, and set up your environment variables with your TickTick API credentials. Then, run the server to start managing your tasks and projects.
Key features of TickTick MCP?
- Simple authorization using access tokens
- Project management: create, view, and delete projects
- Task management: create, update, complete, and delete tasks
- Token retrieval script for easy access token generation
- Configuration information retrieval through resources
- Seamless integration with Claude and other MCP clients
Use cases of TickTick MCP?
- Automating task management in personal projects
- Integrating TickTick with AI tools for enhanced productivity
- Building applications that require task and project management capabilities
FAQ from TickTick MCP?
- Can I use TickTick MCP without a TickTick account?
No, you need a TickTick account and API credentials to use this server.
- Is TickTick MCP free to use?
Yes, TickTick MCP is open-source and free to use.
- How do I get my access token?
You can obtain your access token by running the provided token retrieval script after setting up your environment variables.
Server Config
{
"mcpServers": {
"ticktick": {
"command": "node",
"args": [
"/absolute/path/to/ticktick-mcp-ts/dist/index.js"
],
"env": {
"TICKTICK_ACCESS_TOKEN": "your_access_token_here",
"TICKTICK_BASE_URL": "https://api.ticktick.com/open/v1"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
polza-aiStar
-Language
-License
-Category
developer-tools
Recommend Servers
View AllMemory
@modelcontextprotocol
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago
Filesystem
@modelcontextprotocol
2 months ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago