Nazruden_clickup-mcp-server
0
The ClickUp MCP Server is a Model Context Protocol server that facilitates AI assistant integration with ClickUp workspaces. It allows task, team, list, and board management through secure OAuth2 authenticated interactions.
ClickUp MCP Server
A Model Context Protocol server implementation for ClickUp integration, enabling AI assistants to interact with ClickUp workspaces.
Quick Start
- Configure Claude for Desktop.
- Restart Claude for Desktop.
Environment Variables
- Required:
CLICKUP_CLIENT_ID
,CLICKUP_CLIENT_SECRET
,CLICKUP_REDIRECT_URI
- Optional:
PORT
,LOG_LEVEL
Available Tools
Task Management
- Create and update tasks in ClickUp.
Team & List Management
- Retrieve teams and lists.
Board Management
- Create new boards.
Security
- Encrypted tokens at rest, OAuth2 authentication, no sensitive data logging, rate limiting to prevent API abuse.
Troubleshooting
Common Issues
- Authentication errors, rate limiting, server start issues.