clickup-operator MCP Server logo

clickup-operator MCP Server

by noahvanhart

The clickup-operator is an MCP server that integrates with ClickUp, allowing you to manage and summarize notes. It uses a custom URI scheme for accessing notes and provides a tool for adding new notes.

View on GitHub

Last updated: N/A

What is clickup-operator MCP Server?

The clickup-operator is a Model Context Protocol (MCP) server designed to interact with ClickUp. It provides functionalities for managing and summarizing notes stored within the server.

How to use clickup-operator MCP Server?

To use the server, you need to configure it within your Claude desktop environment. This involves specifying the command and arguments required to run the server. You can either run it directly with uv or, if published, with uvx. See the Quickstart section in the README for configuring both development and published server options and debug with the MCP Inspector.

Key features of clickup-operator MCP Server

  • Custom note:// URI scheme

  • Note storage

  • Note summarization

  • Tool for adding notes

Use cases of clickup-operator MCP Server

  • Summarizing ClickUp notes

  • Adding notes to ClickUp via the server

  • Integrating ClickUp with other MCP-compatible tools

  • Managing notes programmatically

FAQ from clickup-operator MCP Server

How do I install the clickup-operator?

Follow the instructions in the Quickstart section of the README to configure the server in your Claude desktop environment.

How do I add a note?

The add-note tool takes 'name' and 'content' as required string arguments.

How do I summarize notes?

Use the summarize-notes prompt, optionally specifying a 'style' argument for detail level (brief/detailed).

How do I debug the server?

Use the MCP Inspector for the best debugging experience.

Where can I find the server configuration file?

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%/Claude/claude_desktop_config.json