Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ClickUp MCP Integration
by
Leanware-io
Verified
npm
GitHub
Communication
Developer Tools
TypeScript
MIT License
343
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
clickup-mcp-server
src
Dockerfile
.gitignore
LICENSE
package.json
package-lock.json
README.MD
tsconfig.json
FROM node:22.12-alpine AS builder COPY . /app WORKDIR /app # Install dependencies and build TypeScript code RUN npm install && npm run build # Set environment variables ENV NODE_ENV=production # Run the server CMD ["node", "dist/index.js"]