Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Installing the official ClickUp plugin from the Cursor public marketplace fails silently.
The UI may show the plugin as installed/enabled, but the local cache stays empty and the ClickUp MCP server never becomes available.
Root cause from logs: git fetch against the plugin source repository fails with “Repository not found”.
Cursor plugin load error clickup@488062c409591e7c7d7c1dabdc5276af96d61e85: Command failed: git -c credential.interactive=false -c core.fsmonitor=false fetch --depth 1 origin 488062c409591e7c7d7c1dabdc5276af96d61e85 remote: Repository not found. fatal: repository ‘https://github.com/clickup/clickup-plugin/’ not found
Cache path created but empty:
~/.cursor/plugins/cache/cursor-public/clickup/
Steps to Reproduce
- Open Cursor Settings → Plugins / Marketplace
- Install ClickUp from the public marketplace (
cursor-public) - Restart Cursor / open a new Agent chat
- Observe: ClickUp MCP tools are not available
- Check
~/.cursor/plugins/cache/cursor-public/clickup/→ empty - Check Output / Cursor Plugins logs → repo not found for
https://github.com/clickup/clickup-plugin/
Expected Behavior
Plugin files are cloned into the cache and ClickUp MCP tools become usable.
Actual Behavior
Install appears to succeed in UI, but download fails because https://github.com/clickup/clickup-plugin/ returns 404 / not found. Cache remains empty.
Operating System
MacOS
Version Information
Operating System
macOS 26.3.1 (darwin 25.3.0), arm64
Cursor Version
3.11.25 (fc2563ec93d793fc275eef734405a4fdf8b47b20)
Additional Information
- Marketplace:
cursor-public/ marketplaceIdcursor-public-34 - Plugin id:
clickup - gitRef:
488062c409591e7c7d7c1dabdc5276af96d61e85 - Log file:
Cursor Plugins.logunder Application Support/Cursor/logs - Other public plugins (Slack, Figma, Notion, Sentry) appear to install normally; only ClickUp fails this way
Does this stop you from using Cursor
No - Cursor works, but with this issue