Sponsored by Deepsite.site

ClickUp MCP Server with Supergateway

Created By
MCP-Mirror7 months ago
Mirror of
Content

ClickUp MCP Server with Supergateway

This integration runs the ClickUp MCP server through Supergateway, exposing it as an SSE endpoint that can be used by n8n nodes or other clients.

Prerequisites

  • Node.js 18 or higher
  • Docker and Docker Compose (for containerized deployment)
  • ClickUp API key and Team ID

Local Development

Running with Node.js

  1. Install dependencies:

    npm install -g supergateway @taazkareem/clickup-mcp-server
    
  2. Set environment variables:

    export CLICKUP_API_KEY=pk_94547006_D8DFEXXFDOX7RUOJBBPLM2BSVRFXPZE9
    export CLICKUP_TEAM_ID=2357720
    
  3. Run the integration script:

    ./run-clickup-mcp.sh
    
  4. Customize configuration (optional):

    ./run-clickup-mcp.sh --port 9000 --base-url http://example.com --cors "http://localhost:8080,http://localhost:3000"
    

Running with Docker Compose

  1. Create a .env file based on .env.example:

    cp .env.example .env
    
  2. Edit the .env file with your ClickUp API key and Team ID.

  3. Start the container:

    docker-compose up -d
    
  4. View logs:

    docker-compose logs -f
    

Deployment to Railway

  1. Create a new project on Railway.

  2. Connect your GitHub repository or use the Railway CLI to deploy.

  3. Set the following environment variables in Railway:

    • CLICKUP_API_KEY: Your ClickUp API key
    • CLICKUP_TEAM_ID: Your ClickUp Team ID
    • PORT: 8000 (or your preferred port)
    • BASE_URL: Your Railway app URL (e.g., https://your-app-name.up.railway.app)
    • SSE_PATH: /sse (or your preferred path)
    • MESSAGE_PATH: /message (or your preferred path)
    • LOG_LEVEL: info (or debug for more verbose logging)
    • DOCUMENT_SUPPORT: false (or true if needed)
    • CORS_ORIGINS: * (or a comma-separated list of allowed origins)
  4. Deploy the application.

Usage with n8n

  1. In n8n, add a new "MCP" node.

  2. Configure the node with the following settings:

  3. Select the desired ClickUp tool from the available tools.

  4. Configure the tool parameters as needed.

  5. Connect the node to your workflow.

API Endpoints

  • SSE Endpoint: {BASE_URL}{SSE_PATH} (e.g., http://localhost:8000/sse)

    • Method: GET
    • Description: Subscribe to server-sent events
  • Message Endpoint: {BASE_URL}{MESSAGE_PATH} (e.g., http://localhost:8000/message)

    • Method: POST
    • Description: Send messages to the server
    • Content-Type: application/json
    • Body: JSON-RPC 2.0 formatted message
  • Healthcheck Endpoint: {BASE_URL}/healthz (e.g., http://localhost:8000/healthz)

    • Method: GET
    • Description: Check if the service is running correctly
    • Response: "ok" if the service is healthy

Troubleshooting

  • Connection Issues: Ensure your firewall allows connections to the specified port.
  • Authentication Errors: Verify your ClickUp API key and Team ID are correct.
  • CORS Errors: Configure the CORS_ORIGINS environment variable to include your client's origin.
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Playwright McpPlaywright MCP server
Serper MCP ServerA Serper MCP Server
CursorThe AI Code Editor
WindsurfThe new purpose-built IDE to harness magic
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Tavily Mcp
ChatWiseThe second fastest AI chatbot™
DeepChatYour AI Partner on Desktop
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code