clickup.com
ClickUp is a work management platform for tasks, docs, goals, chat, and related workflow data inside team workspaces. It lets teams organize work in hierarchies such as spaces, folders, lists, and tasks.
ClickUp exposes a public HTTP API for workspace data and webhooks plus an OAuth-protected MCP server at `https://mcp.clickup.com/mcp`; no official CLI or GraphQL API was found.
- ClickUp MCP Serverdetected
- ClickUp Public APIdiscovered
Sign in to ClickUp, open Apps settings, and under API Token click Generate or Regenerate, then copy the token. The auth guide says personal tokens begin with pk_ and never expire.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://clickup.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing