Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ClickUp MCP Server
by
taazkareem
Verified
npm
GitHub
Developer Tools
OS Automation
TypeScript
MIT License
838
45
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
clickup-mcp-server
assets
docs
.github
src
changelog.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
.gitignore
LICENSE
.npmignore
package.json
package-lock.json
README.md
release-notes.md
SECURITY.md
smithery.yaml
tsconfig.json
{ "name": "@taazkareem/clickup-mcp-server", "version": "0.6.5", "description": "ClickUp MCP Server - Integrate ClickUp tasks with AI through Model Context Protocol", "type": "module", "main": "build/index.js", "bin": { "clickup-mcp-server": "build/index.js" }, "files": [ "build", "README.md", "LICENSE", "Dockerfile", "smithery.yaml" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "tsc -w", "prepare": "npm run build" }, "keywords": [ "clickup", "mcp", "ai", "tasks", "project-management", "model-context-protocol", "clickup-server", "clickup-mcp-server", "task-management", "productivity", "automation", "workflow", "team-collaboration", "artificial-intelligence", "project-tracking", "task-tracking", "project-planning", "clickup-integration", "clickup-api", "clickup-automation", "task-organization", "project-organization" ], "author": "Talib Kareem", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/taazkareem/clickup-mcp-server.git" }, "bugs": { "url": "https://github.com/taazkareem/clickup-mcp-server/issues" }, "homepage": "https://github.com/taazkareem/clickup-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.6.7", "dotenv": "^16.4.1" }, "devDependencies": { "@types/node": "^20.11.16", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0 <23.0.0" }, "publishConfig": { "access": "public" } }