Back to Home
rubenaguir icon

clickup-mcp-server

Verified Safe

by rubenaguir

Overview

Integrate AI-powered clients with ClickUp's task management system via the Model Context Protocol (MCP) to manage tasks and lists.

Installation

Run Command
node build/index.js

Environment Variables

  • CLICKUP_ACCESS_TOKEN

Security Notes

The server correctly retrieves the ClickUp API access token from environment variables, enforcing good security practices by not hardcoding secrets. Communication with clients occurs via standard input/output (stdio), limiting direct network exposure for the server. API calls to ClickUp are made over HTTPS via axios. Error handling for ClickUp API responses includes an 'isError' flag and detailed messages, preventing internal server errors from leaking. A helper script for OAuth token generation also uses environment variables for client credentials and PKCE, enhancing security for the token acquisition process.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassMedium
Avg Tokens2200
Stars1
Forks0
Last Update2025-11-27

Tags

ClickUpMCPTask ManagementAPI IntegrationTypeScript