noahvanhart_mcp-server-clickup

noahvanhart_mcp-server-clickup

0

clickup-operator is an MCP server designed to manage notes through a custom URI scheme. It provides a prompt for summarizing notes and a tool for adding new notes. Configuration and development guidelines are included for installation and publishing.

clickup-operator MCP server

Components

Resources
  • Implements a note storage system with a custom note:// URI scheme.
  • Notes have a name, description, and text/plain mimetype.
Prompts
  • summarize-notes: Generates summaries of stored notes with a detail level option.
Tools
  • add-note: Adds a new note to the server, updating its state and notifying clients.

Quickstart

Install
  • Configuration files are located in specific directories on MacOS and Windows.

Development

Building and Publishing
  1. Sync dependencies and update the lockfile.
  2. Build package distributions.
  3. Publish to PyPI with necessary credentials for authentication.