How to add ClickUp MCP Server (official remote) to Windsurf
ClickUp's first-party hosted MCP server with OAuth for tasks, docs, comments, and reporting. Paste the config into ~/.codeium/windsurf/mcp_config.json and restart Windsurf.
Last updated June 15, 2026 · 0★ · http · oauth · official
Windsurf 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": {
"serverUrl": "https://mcp.clickup.com/mcp"
}
}
}Remote server — no local install needed. Restart the client after saving the config.
Setup steps
- 1Open Windsurf → Cascade → the hammer/MCP icon → Configure (or edit ~/.codeium/windsurf/mcp_config.json).
- 2Paste the ClickUp MCP Server (official remote) config below.
- 3Fill in placeholder secrets, then save.
- 4Click Refresh in the MCP panel.
- 5ClickUp MCP Server (official remote)'s tools become available to Cascade.
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 Windsurf
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) + Windsurf FAQ
Where is the Windsurf config file?
Windsurf reads MCP servers from ~/.codeium/windsurf/mcp_config.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 Windsurf?
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.