clickup

Expose ClickUp tools as typed async Python methods via MCP.

7|2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/manojbajaj95/mcp-skill --skill clickup-manojbajaj95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clickup
Source: https://github.com/manojbajaj95/mcp-skill/tree/main/skills/clickup
Command: npx skills add https://github.com/manojbajaj95/mcp-skill --skill clickup-manojbajaj95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fastmcp, mcp-skill.

What problem does it solve?

MCP-based ClickUp integration enables developers to call a large suite of ClickUp tools directly from generated code, delivering typed, async method calls and reducing back-and-forth between agents and tools.

Core Features & Use Cases

  • Exposes a typed App class where each ClickUp tool becomes an async method (e.g., search, get workspace hierarchy, create task, get task, update task, and more).
  • Supports OAuth-based authentication with automatic workspace resolution for seamless secure access across ClickUp workspaces.
  • Use cases include programmatic task management, time tracking, document operations, and workspace navigation from within an MCP-powered agent.

Quick Start

Instantiate ClickupApp with your MCP server URL and call an example tool such as clickup_search to retrieve items.

Frequently Asked Questions about clickup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ClickUp task management using a Python SDK?

Automate ClickUp task management using a typed Python SDK by instantiating the ClickupApp class with an MCP server URL to call tools like creating tasks and updating lists as async methods.

Can I use MCP to interact with ClickUp workspaces programmatically?

Yes, you can interact with ClickUp workspaces programmatically via MCP by using a fast MCP client that exposes workspace navigation, hierarchy retrieval, and document operations as typed Python methods.

How do I get started with ClickUp automation and OAuth authentication in Python?

Start ClickUp automation by configuring OAuth-based authentication for automatic workspace resolution, then instantiate the app class with your MCP server URL to begin calling async methods for task and time tracking operations.

Does this ClickUp Python SDK support time tracking and document operations?

Yes, the ClickUp Python SDK supports time tracking and document operations by exposing these ClickUp tools as typed, async methods within the generated app class for direct programmatic usage.

What's the best way to integrate ClickUp project management into a multi-tool agent workflow?

Integrate ClickUp project management into multi-tool agent workflows by leveraging a fast MCP client and generated typed app classes, which deliver comprehensive tool signatures and reduce back-and-forth between agents and tools.

Why use typed Python methods for ClickUp API automation instead of raw HTTP requests?

Typed Python methods for ClickUp API automation provide direct usage with comprehensive tool signatures and async support, eliminating the back-and-forth between agents and raw HTTP tools while ensuring type safety.