MCP server

ClickUp
MCPOfficial 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
readTasks in a list.
get_doc
readA doc’s contents.
create_task
writeOpen 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
- read
list_tasks
Tasks in a list.
- read
get_doc
A doc’s contents.
- write
create_task
Open a task after you confirm.
Last call
{ "ok": true,
"tool": "list_tasks",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
