Skip to main content
Glama

ClickUp MCP Server

index.ts512 B
/** * SPDX-FileCopyrightText: © 2025 Talib Kareem <taazkareem@icloud.com> * SPDX-License-Identifier: MIT * * Tools Index * * This file exports all tool definitions and handlers for the ClickUp MCP server. * Each tool category (workspace, task, list, folder) is organized into its own module * for better maintainability. */ export * from './workspace.js'; export * from './task/index.js'; export * from './list.js'; export * from './folder.js'; export * from './tag.js'; export * from './member.js';

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taazkareem/clickup-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server