-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Overview
Client: cursor
Bug Type: Server Bug
Server: @alexarevalo9/ticktick-mcp-server
Connection: Remote
OS: Windows
Source: Smithery
Description
When attempting to retrieve tasks from TickTick using the get_user_projects function, the MCP server returns an error: "MCP error -32603: TickTick API Error: TickTick API error". The error occurs immediately upon calling any TickTick API function through the MCP server.
Expected behavior: The function should return a list of user projects from TickTick.
Actual behavior: Generic API error without specific details about the authentication or connection issue.
Steps to Reproduce
- Set up TickTick MCP server using @alexareval09/ticktick-mcp-server
- Configure MCP server in Cursor/Claude
- Attempt to call get_user_projects() function
- Observe "TickTick API Error" response
Logs
✔ Successfully resolved @alexarevalo9/ticktick-mcp-server
[verbose] Selected connection type: http
? TickTick OAuth Client ID (required) [REDACTED]
? TickTick Access Token (required) [REDACTED]
? TickTick OAuth Client Secret (required) [REDACTED]
[verbose] Collected Configuration Structure: [
"ticktickClientId",
"ticktickAccessToken",
"ticktickClientSecret"
]
[verbose] Runtime environment initialized with 11 variables
[verbose] Created transport for server: @alexarevalo9/ticktick-mcp-server
⠋ Connecting to server...2025-05-22T11:12:45.707Z [Runner] Connecting to server: {"id":"@alexarevalo9/ticktick-mcp-server","connectionTypes":["http"]}
2025-05-22T11:12:45.708Z [Runner] Error: API key is required for remote connections
⠙ Connecting to server...Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file c:\ws\deps\uv\src\win\async.c, line 76
✖ Failed to connect to server: MCP error -32000: Connection closed
Screenshots
Screenshots can be added by dragging and dropping them here.
Metadata
Metadata
Assignees
Labels
No labels