clickup-mcp-server
1
The project integrates the ClickUp MCP server with Supergateway, enabling its use as an SSE endpoint for n8n nodes or other clients. It supports deployment with Node.js and Docker, as well as on Railway, and provides API endpoints for subscribing to events and sending messages.
ClickUp MCP Server with Supergateway
This integration exposes the ClickUp MCP server as an SSE endpoint through Supergateway, allowing it to be used by n8n nodes or other clients.
Prerequisites
- Node.js 18+
- Docker and Docker Compose
- ClickUp API key and Team ID
Local Development
- Node.js: Install dependencies, set environment variables, run the integration script
- Docker: Use Docker Compose to set up the environment
Deployment to Railway
- Create and configure a new Railway project with appropriate environment variables
Usage with n8n
- Add and configure an "MCP" node in n8n
API Endpoints
- SSE Endpoint: Subscribe to server-sent events
- Message Endpoint: Send JSON-RPC messages
- Healthcheck Endpoint: Service health check
Troubleshooting
- Connection issues: Check firewall settings
- Authentication: Validate API key and Team ID
- CORS: Set CORS_ORIGINS correctly