chatgpt-clickup-mcp

parmisanal/chatgpt-clickup-mcp

3.1

If you are the rightful owner of chatgpt-clickup-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The ClickUp MCP Server is a Vercel-ready HTTP server designed to integrate ClickUp tools with ChatGPT Connectors using the Model Context Protocol (MCP).

Tools
4
Resources
0
Prompts
0

ClickUp MCP Server (Vercel-ready)

Zero-friction MCP-style HTTP server to expose ClickUp tools to ChatGPT Connectors.

Endpoints

  • /.well-known/mcp.json — MCP discovery (tools catalog)
  • /execute — run a tool (get_tasks, create_task, get_team_analytics, get_overdue_tasks)
  • /health — health check

Deploy (Vercel)

  1. Create a new Vercel project, upload this folder.
  2. After deploy, visit /health and /.well-known/mcp.json to verify.

Connect to ChatGPT (Connectors)

Use the OpenAPI spec from the instructions and set header X-ClickUp-API-Key to your ClickUp token.