How to add ClickUp MCP Server (official remote) to Cursor
ClickUp's first-party hosted MCP server with OAuth for tasks, docs, comments, and reporting. Paste the config into ~/.cursor/mcp.json and restart Cursor.
Last updated June 15, 2026 · 0★ · http · oauth · official
Cursor config for ClickUp MCP Server (official remote)
Add remote MCP URL https://mcp.clickup.com/mcp and complete OAuth{
"mcpServers": {
"clickup-mcp-server-official-remote": {
"url": "https://mcp.clickup.com/mcp",
"type": "streamable-http"
}
}
}Remote server — no local install needed. Restart the client after saving the config.
Setup steps
- 1Open Cursor → Settings → MCP → Add new MCP server (or edit ~/.cursor/mcp.json directly).
- 2Paste the ClickUp MCP Server (official remote) config below into the "mcpServers" object.
- 3Fill in placeholder secrets, then save.
- 4Cursor reloads MCP servers automatically — check Settings → MCP for a green status dot.
- 5Ask Cursor to use one of ClickUp MCP Server (official remote)'s tools to confirm it's connected.
Before you start
- A ClickUp workspace account (setup method varies by plan tier)
- An MCP client that supports remote servers over HTTP with OAuth (Claude, ChatGPT, Cursor, VS Code, Windsurf, etc.)
- No API token to manage — the server authenticates via OAuth in the browser
- Appropriate admin rights in some clients (e.g. ChatGPT Team/Enterprise/Edu: only owners/admins can add MCP servers)
What ClickUp MCP Server (official remote) can do in Cursor
SearchSearch the workspace for tasks (by type/tag), docs, and comments
Create/Update TaskCreate and update tasks with assignees, priorities, and due dates
Create/Update Bulk TasksCreate or update many tasks in one operation
Get Task Comments / Create CommentRead task comments and post comments and threaded replies
Add/Remove TagsManage tags on tasks
Add/Remove Links & DependenciesRelate tasks via links and dependencies
Move Task to List / Add Task to Another ListMove tasks across lists or multi-home them
Time TrackingStart/stop timers, get the current time entry, and add time entries
Security
Only OAuth is supported, so no API token is stored and access respects your ClickUp workspace permissions. Review the scopes shown during the OAuth consent flow before approving.
ClickUp MCP Server (official remote) + Cursor FAQ
Where is the Cursor config file?
Cursor reads MCP servers from ~/.cursor/mcp.json. Paste the ClickUp MCP Server (official remote) config there under the "mcpServers" key and restart the client.
Is ClickUp MCP Server (official remote) safe to use with Cursor?
Only OAuth is supported, so no API token is stored and access respects your ClickUp workspace permissions. Review the scopes shown during the OAuth consent flow before approving.
What's the difference between this and the community taazkareem server?
This is ClickUp's official hosted server (remote, OAuth, nothing to install). The taazkareem server is a separate community/commercial product you run locally over stdio with an API key.
Does it require an API token?
No. The official server uses OAuth — you authorize in the browser and it uses your ClickUp session, rather than a manually generated API token.
Can it delete tasks?
No. As a safety measure the official MCP server does not include deletion tools; it focuses on creating, updating, searching, commenting, and reporting.