Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-clickup
Claim
by
mikah13
npm
GitHub
Developer Tools
Communication
TypeScript
MIT License
7
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-clickup
.changeset
.github
src
CHANGELOG.md
Dockerfile
.gitignore
LICENSE
.npmignore
package.json
package-lock.json
README.MD
smithery.yaml
tsconfig.json
{ "name": "mcp-clickup", "version": "1.0.4", "description": "A Model Context Protocol server for the ClickUp API.", "type": "module", "bin": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts", "dev": "tsup src/index.ts --format esm,cjs --dts --watch", "start": "node dist/index.js", "prepare": "npm run build", "inspector": "npx @modelcontextprotocol/inspector dist/index.js", "changeset": "changeset", "version": "changeset version", "release": "npm run build && changeset publish", "clean": "npx rimraf dist" }, "repository": { "type": "git", "url": "https://github.com/mikah13/mcp-clickup.git" }, "author": "mikah13", "license": "MIT", "bugs": { "url": "https://github.com/mikah13/mcp-clickup/issues" }, "keywords": [ "clickup", "mcp", "model context protocol", "api", "server" ], "homepage": "https://github.com/mikah13/mcp-clickup#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "dotenv": "^16.4.7", "tsup": "^8.3.6", "zod": "^3.24.2" }, "devDependencies": { "@changesets/cli": "^2.27.1", "@types/node": "^22.13.4", "shx": "^0.3.4", "typescript": "^5.6.2" }, "publishConfig": { "access": "public" } }