Nazruden_clickup-mcp-server
If you are the rightful owner of Nazruden_clickup-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server implementation for ClickUp integration, enabling AI assistants to interact with ClickUp workspaces.
The ClickUp MCP Server is designed to facilitate seamless integration between AI assistants and ClickUp workspaces. By implementing the Model Context Protocol, this server allows for efficient task management, team collaboration, and board management within ClickUp. It supports OAuth2 for secure authentication and ensures that all tokens are encrypted at rest. The server is equipped with rate limiting to prevent API abuse and does not log sensitive data. It is highly configurable with environment variables for client ID, client secret, and redirect URI, among others. The server can be easily started and managed using npm commands, making it accessible for both development and production environments.
Features
- OAuth2 secure authentication
- Task, team, and board management
- Encrypted tokens and no sensitive data logging
- Rate limiting to prevent API abuse
- Configurable environment variables
Tools
clickup_create_task
Create a new task in the ClickUp list
clickup_update_task
Update the properties of an existing task
clickup_get_teams
Search all accessible teams
clickup_get_lists
Get all lists in a specific folder
clickup_create_board
Create a new board in the ClickUp space