ClickUp OperatorServer

noah-vh
GitHub
note-takingsummarizationCRUD operations

Loading subscription status...

💡 Description

An MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.

📝 JSON Entries

{
  "mcpServers": [
    {
      "ClickUp Operator": {
        "env": {
          "UV_PUBLISH_TOKEN": "<SECRET_NAME>",
          "UV_PUBLISH_PASSWORD": "<SECRET_NAME>",
          "UV_PUBLISH_USERNAME": "<SECRET_NAME>"
        },
        "args": [
          "clickup-operator"
        ],
        "command": "run"
      }
    }
  ]
}

🛠️ Tools

add-note

Features

  • Custom URI scheme for accessing notes
  • Ability to add new notes
  • Summarization of notes

💬 Example Queries

  • Create a summary of all stored notes
  • Add a new note with a specific title and content