{
  "name": "@taazkareem/clickup-mcp-server",
  "version": "0.14.4",
  "mcpName": "io.github.taazkareem/clickup",
  "description": "ClickUp MCP Server - Powering AI Agents with full ClickUp task, document, and chat management capabilities.",
  "type": "module",
  "homepage": "https://github.com/taazkareem/clickup-mcp-server",
  "main": "build/index.js",
  "bin": {
    "clickup-mcp-server": "build/index.js"
  },
  "files": [
    "build",
    "public",
    "README.md",
    "LICENSE",
    "Dockerfile",
    "smithery.yaml"
  ],
  "scripts": {
    "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
    "start": "node build/index.js",
    "dev": "tsx watch src/index.ts",
    "sync-docs": "./scripts/sync-public-docs.sh"
  },
  "keywords": [
    "clickup",
    "mcp",
    "ai",
    "tasks",
    "project-management",
    "model-context-protocol",
    "mcp-server",
    "claude",
    "claude-desktop",
    "gemini",
    "gemini-cli",
    "cursor",
    "cursor-ide",
    "n8n",
    "cline",
    "windsurf",
    "zed",
    "supermaven",
    "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": "Proprietary",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/taazkareem/clickup-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/taazkareem/clickup-mcp-server/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/inspector": "^0.20.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "axios": "^1.6.7",
    "chrono-node": "^2.9.0",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "dotenv": "^16.6.1",
    "express": "^5.1.0",
    "express-rate-limit": "^8.2.1",
    "marked": "^17.0.1",
    "mcp-auth": "^0.2.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/cookie-parser": "^1.4.10",
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.1",
    "@types/node": "^20.11.16",
    "node-fetch": "^3.3.2",
    "tsx": "^4.7.1",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0 <23.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
