ClickUp MCP Server logo

ClickUp MCP Server

by Nazruden

The ClickUp MCP Server is a Model Context Protocol server implementation designed to integrate ClickUp with AI assistants. It enables AI to interact with ClickUp workspaces, allowing for task management, team management, and more.

View on GitHub

Last updated: N/A

What is ClickUp MCP Server?

The ClickUp MCP Server is a bridge between ClickUp and AI assistants, allowing AI to access and manipulate data within ClickUp workspaces through the Model Context Protocol. It provides tools for task management, team management, and board management.

How to use ClickUp MCP Server?

To use the server, configure your AI assistant (e.g., Claude for Desktop) with the server's command and environment variables, including your ClickUp OAuth credentials. The server will then be automatically downloaded and started when needed. Alternatively, install via Smithery using the provided command.

Key features of ClickUp MCP Server

  • Task creation and updates

  • Team and list retrieval

  • Board creation

  • OAuth2 authentication

  • Automatic rate limit handling

Use cases of ClickUp MCP Server

  • Automated task creation based on AI prompts

  • AI-powered task updates and prioritization

  • AI-driven team and list management

  • Integration with AI assistants for ClickUp workflows

  • Automated board creation based on project requirements

FAQ from ClickUp MCP Server

What environment variables are required?

You need to set CLICKUP_CLIENT_ID, CLICKUP_CLIENT_SECRET, and CLICKUP_REDIRECT_URI.

How do I install the server?

You can configure your AI assistant or use Smithery to install it automatically.

What if I get an authentication error?

Verify your OAuth credentials in the environment variables, check token expiration, and ensure proper redirect URI.

What do I do if I encounter rate limiting?

The server implements automatic rate limit handling. Check logs for rate limit warnings and consider implementing request batching.

Where can I find the server logs?

Claude for Desktop logs can be found at: Windows: %USERPROFILE%\AppData\Local\Claude\Logs\mcp*.log macOS: ~/Library/Logs/Claude/mcp*.log