We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/taazkareem/clickup-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
deprecation-notice.js•985 B
#!/usr/bin/env node
/**
* Deprecation Notice for ClickUp MCP Server
*
* This script displays a warning message to users of the deprecated public version.
* It can be included in a final "poison pill" release to the public NPM registry.
*/
console.warn('\n⚠️ DEPRECATION NOTICE ⚠️\n');
console.warn('This version of clickup-mcp-server is deprecated and no longer maintained.\n');
console.warn('Please upgrade to the premium version for:');
console.warn(' • Latest features and bug fixes');
console.warn('ClickUp MCP Server (Community) is now deprecated.');
console.warn('The premium version with 50+ tools, V3 Chat, and Docs support is now available.');
console.warn('👉 Get access at:');
console.warn(' Monthly: https://buy.polar.sh/polar_cl_3xQojQLgzQXKCLzsxc49YfL6z8hzSBBqh9ivy1qZdwW');
console.warn(' Lifetime: https://buy.polar.sh/polar_cl_whcMn4lbBFwZUoWU5p2qDSn0fs23ACC6IwK3e15hXV5\n');
console.warn('Thank you for your understanding and support!\n');