Clickup Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Clickup Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<img src="assets/images/clickup_mcp_server_social_image.png" alt="ClickUp MCP Server" width="100%">
Enhanced Fork of the original ClickUp MCP Server with additional features and improvements.
A Model Context Protocol (MCP) server for integrating ClickUp tasks with AI applications. This enhanced fork adds task dependency management and fixes critical parameter handling issues while maintaining full compatibility with the original.
{
"mcpServers": {
"ClickUp": {
"command": "npx",
"args": [
"-y",
"@djclarkson/clickup-mcp-server@latest"
],
"env": {
"CLICKUP_API_KEY": "your-clickup-api-key-here",
"CLICKUP_TEAM_ID": "your-clickup-team-id-here",
"DOCUMENT_SUPPORT": "true"
}
}
}
}npx -y @djclarkson/clickup-mcp-server@latest --env CLICKUP_API_KEY=your-api-key --env CLICKUP_TEAM_ID=your-team-idCreate and manage task dependencies with natural language:
// Create a dependency
"Make Task A depend on Task B being completed"
// View dependencies
"Show me all dependencies for Project Alpha tasks"
// Bulk dependencies
"Create dependencies: Task 1 depends on Tasks 2,3,4"Available Dependency Tools:
get_task_dependencies - View task dependency chainsadd_bulk_dependencies - Create multiple dependencies efficientlyAll original features plus improved parameter handling:
This fork includes all original tools plus new dependency management tools:
| Category | Tools | Description |
|---|---|---|
| Dependencies | get_task_dependencies, add_bulk_dependencies | New! Manage task dependencies |
| Task Management | 16 tools | Create, update, delete, move, duplicate tasks |
| Workspace | 8 tools | Navigate spaces, folders, lists |
| Tags | 6 tools | Manage space tags and task tagging |
| Time Tracking | 6 tools | Track time on tasks |
| Members | 3 tools | Manage workspace members |
| Documents | 6 tools | Manage ClickUp documents |
| Custom API | 1 tool | Raw access to any ClickUp endpoint |
| Option | Description | Default |
|---|---|---|
CLICKUP_API_KEY | Your ClickUp API key | Required |
CLICKUP_TEAM_ID | Your ClickUp team ID | Required |
DOCUMENT_SUPPORT | Enable document management | false |
DISABLED_TOOLS | Comma-separated list of tools to disable | None |
ENABLE_SSE | Enable HTTP/SSE transport | false |
PORT | Port for HTTP server | 3231 |
The server supports both modern HTTP Streamable transport (MCP Inspector compatible) and legacy SSE (Server-Sent Events) transport:
{
"mcpServers": {
"ClickUp": {
"command": "npx",
"args": ["-y", "@djclarkson/clickup-mcp-server@latest"],
"env": {
"CLICKUP_API_KEY": "your-api-key",
"CLICKUP_TEAM_ID": "your-team-id",
"ENABLE_SSE": "true",
"PORT": "3231"
}
}
}
}Endpoints:
http://127.0.0.1:3231/mcp (Streamable HTTP)http://127.0.0.1:3231/sse (SSE for backwards compatibility)For the most stable smitheree.ai experience, use the streamable HTTP transport on the default MCP port (3231) with the /mcp path. The included smithery.yaml is preconfigured for smitheree.ai to run npm run start inside a container, expose port 3231, and advertise the /mcp HTTP endpoint.
This enhanced fork maintains 100% compatibility with the original while adding:
This fork welcomes contributions! Please see CONTRIBUTING.md for guidelines.
This is an enhanced fork of the excellent ClickUp MCP Server by Talib Kareem. All credit for the original architecture and implementation goes to the original author.
MIT License - see LICENSE for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.