Skip to main content
Glama

ClickUp MCP Server

#!/bin/bash # Script to publish the package to npm # Check if user is logged in to npm echo "Checking npm login status..." npm whoami > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "You are not logged in to npm. Please login first:" npm login fi # Publish the package echo "Publishing package to npm..." npm publish --access public # Check if publish was successful if [ $? -eq 0 ]; then echo "✅ Package published successfully!" echo "You can now use it in your Dockerfile and run-clickup-mcp.sh script." echo "Package name: @v4lheru/clickup-mcp-server" else echo "❌ Failed to publish package. Please check the error message above." fi

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/v4lheru/clickup-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server