Skip to main content
Glama
568,525 tools. Updated 2026-09-14 20:47

"clickup" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)

  • Read teams, spaces, lists and tasks; create, update and comment on tasks and track time.

  • Permanently delete a ClickUp Chat channel and all its messages and replies. This action is irreversible and removes the channel from the workspace for all members.
    Apache 2.0
  • Check if your ClickUp API token is valid by testing against the /user endpoint. Returns confirmation of validity or details of token errors.
    Apache 2.0
  • Fetch metadata for a ClickUp document including name, parent, dates, and type. Specify doc ID; omit team ID to use default workspace.
    Apache 2.0
  • List all ClickUp docs in a workspace, returning id, name, and dates for each doc. Uses cursor pagination.
    Apache 2.0
  • Clear a custom field value on a ClickUp task, resetting it to empty without removing the field definition. Use this to unset a field before assigning a new value.
    Apache 2.0
  • Upload local files to ClickUp tasks as attachments. Specify the file path and task ID; the tool reads the file and posts it to ClickUp's CDN.
    Apache 2.0
  • List custom field definitions on a ClickUp list to retrieve field IDs, names, types, and option values, preparing for field updates.
    Apache 2.0
  • Retrieve metadata for a ClickUp chat channel, including name, description, visibility, member count, and latest activity. Does not return messages; use alongside clickup_chat_message_list.
    Apache 2.0
  • List files attached to a ClickUp task by extracting the attachments array from the task response. Returns each file's ID, title, size, mime type, URL, and uploader.
    Apache 2.0
  • Toggle a ClickUp space, folder, or list between private and public visibility. Uses the v3 ACL endpoint. Requires Enterprise plan.
    Apache 2.0
  • Remove a task from a ClickUp list while preserving the task itself. Use this to reorganize tasks across lists without losing data.
    MIT
  • Retrieve ClickUp audit log events for a workspace, filtered by event type, acting user, and date range. Provides visibility into user actions for security audits.
    Apache 2.0