Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Server Bug] @alexarevalo9/ticktick-mcp-server #4

@traumaflakke

Description

@traumaflakke

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

  1. Set up TickTick MCP server using @alexareval09/ticktick-mcp-server
  2. Configure MCP server in Cursor/Claude
  3. Attempt to call get_user_projects() function
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions