@rigo-m/clickup-mcp-server
Version:
ClickUp MCP Server - Integrate ClickUp tasks with AI through Model Context Protocol
79 lines (78 loc) • 1.9 kB
JSON
{
"name": "@rigo-m/clickup-mcp-server",
"version": "0.8.0",
"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",
"dev:worker": "wrangler dev src/index-sse.ts",
"cf-typegen": "wrangler types",
"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": {
"axios": "^1.6.7",
"dotenv": "^16.4.1",
"hono": "^3.1.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250430.0",
"@modelcontextprotocol/sdk": "^1.10.2",
"@types/node": "^20.11.16",
"agents": "^0.0.75",
"typescript": "^5.3.3",
"wrangler": "^4.0.0"
},
"engines": {
"node": ">=18.0.0 <23.0.0"
},
"publishConfig": {
"access": "public"
}
}