ClickUp MCP Server with Supergateway
@MCP-Mirror
关于 ClickUp MCP Server with Supergateway
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ClickUp MCP Server with Supergateway?
The ClickUp MCP Server with Supergateway runs a ClickUp MCP server through Supergateway, exposing it as an SSE endpoint for use by n8n nodes or other clients. It requires Node.js 18 or higher, Docker and Docker Compose, and a ClickUp API key and Team ID.
How to use ClickUp MCP Server with Supergateway?
Install dependencies with npm install -g supergateway @taazkareem/clickup-mcp-server, set environment variables CLICKUP_API_KEY and CLICKUP_TEAM_ID, then run ./run-clickup-mcp.sh. Optionally customize port, base URL, and CORS origins. For containerized deployment, copy .env.example to .env, edit with credentials, and run docker-compose up -d. Deploy to Railway by setting environment variables and deploying the app. Use with n8n by adding an MCP node configured with the server URL and message path.
Key features of ClickUp MCP Server with Supergateway
- Exposes ClickUp MCP via SSE endpoint
- Supports n8n MCP node integration
- Runs locally with Node.js or Docker
- Deployable to Railway cloud platform
- Configurable port, CORS, and base URL
Use cases of ClickUp MCP Server with Supergateway
- Automate ClickUp tasks from n8n workflows
- Integrate ClickUp tools into custom SSE clients
- Deploy a ClickUp MCP endpoint on Railway
FAQ from ClickUp MCP Server with Supergateway
What are the prerequisites?
Node.js 18 or higher, Docker and Docker Compose (for containerized deployment), and a ClickUp API key and Team ID.
What environment variables are required?
CLICKUP_API_KEY, CLICKUP_TEAM_ID. Optional: PORT, BASE_URL, SSE_PATH, MESSAGE_PATH, LOG_LEVEL, DOCUMENT_SUPPORT, CORS_ORIGINS.
How do I check if the service is running?
Access the healthcheck endpoint {BASE_URL}/healthz (GET). It returns "ok" if healthy.
What endpoints does the server expose?
SSE endpoint (GET {BASE_URL}/sse), Message endpoint (POST {BASE_URL}/message with JSON-RPC 2.0 body), and Healthcheck endpoint (GET {BASE_URL}/healthz).
How do I troubleshoot connection issues?
Ensure firewall allows the port, verify ClickUp API key and Team ID, and set CORS_ORIGINS to include client origins.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论