Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"clickup": {
"env": {
"CLICKUP_API_TOKEN": "YOUR_API_TOKEN_HERE"
},
"args": [
"-y",
"@chykalophia/clickup-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server suite providing AI assistants with complete ClickUp integration. Features 177+ core tools, AI-powered project intelligence, production-grade security, and full GitHub Flavored Markdown support.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@chykalophia/clickup-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @chykalophia/clickup-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP Security Weekly
Get CVE alerts and security updates for ClickUp MCP Server Enhanced and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A comprehensive Model Context Protocol (MCP) server suite providing AI assistants with complete ClickUp integration. Features 177+ core tools, AI-powered project intelligence, production-grade security, and full GitHub Flavored Markdown support.
@chykalophia/clickup-mcp-serverComplete ClickUp API integration with 177+ tools covering all major functionality:
@chykalophia/clickup-intelligence-mcp-server ⭐ NEWAI-powered project management intelligence and workflow optimization:
@chykalophia/clickup-mcp-sharedCommon types, schemas, and utilities shared across packages.
📦 Quick Install:
npx @chykalophia/clickup-mcp-server- No build required!
This project uses a monorepo structure with multiple packages:
clickup-mcp-server/
├── packages/
│ ├── core/ # @chykalophia/clickup-mcp-server
│ │ ├── 177+ core tools # Complete ClickUp API coverage
│ │ ├── Production security # Zero vulnerabilities
│ │ └── Markdown support # GitHub Flavored Markdown
│ ├── intelligence/ # @chykalophia/clickup-intelligence-mcp-server
│ │ ├── Project Health Analyzer # AI-powered health scoring
│ │ ├── Smart Sprint Planner # Optimized sprint planning
│ │ ├── Task Decomposition Engine # Intelligent task breakdown
│ │ ├── Resource Optimizer # Team workload balancing
│ │ └── Workflow Intelligence # Pattern analysis & automation
│ └── shared/ # @chykalophia/clickup-mcp-shared
│ ├── Common types & schemas # Shared utilities
│ └── Validation helpers # Cross-package consistency
└── Root workspace configuration
npm install @chykalophia/clickup-mcp-server
npm install @chykalophia/clickup-intelligence-mcp-server
npm install @chykalophia/clickup-mcp-server @chykalophia/clickup-intelligence-mcp-server
git clone https://github.com/Chykalophia/ClickUp-MCP-Server---Enhanced.git
cd ClickUp-MCP-Server---Enhanced
npm insta
... [View full README on GitHub](https://github.com/Chykalophia/ClickUp-MCP-Server---Enhanced#readme)