Connect your ClickUp workspace to your favorite AI coding tools. Manage tasks, track time, search your workspace, and more — without switching context.
Install from the Cursor Marketplace — search for ClickUp.
The plugin connects to ClickUp's hosted MCP server, giving your AI assistant access to your workspace.
See the list of supported tools.
On first use, you'll be prompted to authorize with your ClickUp account via OAuth.
OAuth not triggering? Make sure your editor supports remote MCP servers with OAuth (Cursor 0.42+).
MCP not loading? Try installing manually:
{
"mcpServers": {
"clickup": {
"url": "https://mcp.clickup.com/mcp"
}
}
}Or the stdio fallback:
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.clickup.com/mcp"]
}
}
}