ClickUp AI integration server
Top 87.4% on sourcepulse
This project provides a Model Context Protocol (MCP) server to integrate ClickUp project management with AI agents, enabling natural language interaction with tasks, documents, and workspace organization. It targets AI developers and power users seeking to automate project management workflows.
How It Works
The server acts as a bridge, translating AI agent requests into ClickUp API calls. It supports both modern HTTP Streamable transport and legacy SSE for broad compatibility. The architecture emphasizes zero code duplication and a unified approach across transports, aiming for improved performance and maintainability.
Quick Start & Requirements
npx -y @taazkareem/clickup-mcp-server@latest --env CLICKUP_API_KEY=your-api-key --env CLICKUP_TEAM_ID=your-team-id
DOCUMENT_SUPPORT
(boolean), ENABLED_TOOLS
, DISABLED_TOOLS
, ENABLE_SSE
(boolean), PORT
.Highlighted Details
ENABLED_TOOLS
and DISABLED_TOOLS
environment variables.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
3 days ago
Inactive