ClickUp MCP Server logo

ClickUp MCP Server

by MCP-Mirror

A Model Context Protocol server implementation for ClickUp integration. It enables AI assistants to interact with ClickUp workspaces.

View on GitHub

Last updated: N/A

What is ClickUp MCP Server?

The ClickUp MCP Server is a bridge that allows AI assistants, like Claude, to connect and interact with ClickUp workspaces. It provides a standardized way for AI models to access and manipulate data within ClickUp, enabling automation and intelligent workflows.

How to use ClickUp MCP Server?

To use the server, configure Claude for Desktop with the provided JSON configuration, including your ClickUp OAuth credentials (client ID, client secret, and redirect URI). Restart Claude for Desktop, and the server will automatically download and start when needed. Ensure the required environment variables are set correctly.

Key features of ClickUp MCP Server

  • Task Management (create, update)

  • Team & List Management (retrieve teams, lists)

  • Board Management (create boards)

  • OAuth2 Authentication

  • Encrypted Token Storage

  • Rate Limiting

Use cases of ClickUp MCP Server

  • Automated task creation based on AI prompts

  • Updating task properties based on AI analysis

  • Retrieving team and list information for AI-driven reporting

  • Creating new boards based on AI-generated project plans

  • Integrating ClickUp data into AI-powered dashboards

FAQ from ClickUp MCP Server

What if I get authentication errors?

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

What if I encounter rate limiting?

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

What if the server is not starting?

Check that all required environment variables are properly set, verify that port 3000 is available, and check Claude for Desktop logs for any errors.

Where can I find the Claude for Desktop logs?

On Windows: %USERPROFILE%\AppData\Local\Claude\Logs\mcp*.log. On macOS: ~/Library/Logs/Claude/mcp*.log

Is my data secure?

All tokens are encrypted at rest, OAuth2 flow is used for secure authentication, no sensitive data is logged, and rate limiting is implemented to prevent API abuse.