MCP Server
MCP
io.github.evalor/dida365
MCP Server for Dida365 (TickTick) Task Management Integration
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "dida365-mcp-server",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OAuth2 Client ID for Dida365/TickTick API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DIDA365_CLIENT_ID"
},
{
"description": "OAuth2 Client Secret for Dida365/TickTick API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DIDA365_CLIENT_SECRET"
},
{
"description": "Region for the service (china or international)",
"format": "string",
"name": "DIDA365_REGION"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment