Nazruden_clickup-mcp-server

Nazruden_clickup-mcp-server

3.1

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

  1. clickup_create_task

    Create a new task in the ClickUp list

  2. clickup_update_task

    Update the properties of an existing task

  3. clickup_get_teams

    Search all accessible teams

  4. clickup_get_lists

    Get all lists in a specific folder

  5. clickup_create_board

    Create a new board in the ClickUp space