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
{ "compilerOptions": { "target": "ES2022", "module": "CommonJS", "moduleResolution": "Node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "outDir": "./dist", "declaration": true, "declarationDir": "./dist", "sourceMap": true, "rootDir": "src" }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist"] }