Skip to content

clickup/clickup-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClickUp Plugin

Connect your ClickUp workspace to your favorite AI coding tools. Manage tasks, track time, search your workspace, and more — without switching context.

Install

Cursor

Install from the Cursor Marketplace — search for ClickUp.

What's Included

MCP Server

The plugin connects to ClickUp's hosted MCP server, giving your AI assistant access to your workspace.

See the list of supported tools.

Authentication

On first use, you'll be prompted to authorize with your ClickUp account via OAuth.

Troubleshooting

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"]
    }
  }
}

Links

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages