Skip to main content
Glama

ClickUp MCP Server

by windalfin
index.ts345 B
/** * 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.js'; export * from './list.js'; export * from './folder.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/windalfin/clickup-mcp-server'

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