By clickup
Connect Claude Code to your ClickUp workspace — manage tasks, track time, and collaborate without switching context.
npx claudepluginhub clickup/clickup-plugin --plugin clickupConnect your ClickUp workspace to your favorite AI coding tools. Manage tasks, track time, search your workspace, and more — without switching context.
From the terminal:
claude plugin marketplace add clickup/clickup-plugin
claude plugin install clickup@clickup-plugin-marketplace
Or from inside Claude Code:
/plugin marketplace add clickup/clickup-plugin
/plugin install clickup@clickup-plugin-marketplace
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": {
"type": "http",
"url": "https://mcp.clickup.com/mcp"
}
}
}
Or the stdio fallback:
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.clickup.com/mcp"]
}
}
}
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
External network access
Connects to servers outside your machine
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Performance optimization suite with profiling, bundle analysis, and speed improvement tools
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,393 supported skills.