MCP server

ClickUp

MCP

Official ClickUp MCP. Tasks and docs.

ClickUp’s remote server. Spaces, lists, and docs on the workspace you sign into.

latest·Proprietary·Updated this quarter·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "clickup": {
      "url": "https://mcp.clickup.com/mcp"
    }
  }
}

By ClickUp

Spec

What the server actually exposes.

  • list_tasks

    read

    Tasks in a list.

  • get_doc

    read

    A doc’s contents.

  • create_task

    write

    Open a task after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

clickup-mcp.mcp/tools

Tools

  • list_tasks

    Tasks in a list.

    read
  • get_doc

    A doc’s contents.

    read
  • create_task

    Open a task after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_tasks",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.