Integrates ClickUp with the Model Context Protocol to enable note management and summarization.
Most planning and project tracking work still happens through a UI a human drives. ClickUp Operator MCP server moves it into the conversation instead. Integrates ClickUp with the Model Context Protocol to enable note management and summarization.
The server implements a simple note storage system with: - Custom note:// URI scheme for accessing individual notes - Each note resource has a name, description and text/plain mimetype
The server publishes 5 tools. What each one is for:
add-note — Adds a new note to the serverResources — The server implements a simple note storage system with: - Custom note:// URI scheme for accessing individual notes - Each note resource has a namePrompts — The server provides a single prompt: - summarize-notes: Creates summaries of all stored notes - Optional "style" argument to control detail levelTools — The server implements one tool: - add-note: Adds a new note to the server - Takes "name" and "content" as required string arguments - Updates serverDebugging — Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the [MCPInstallation goes through your MCP client rather than a global install: point it at @modelcontextprotocol/inspector on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: UV_PUBLISH_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. ClickUp Operator's toolset — add-note, Resources, Prompts and 2 more — is a fair guide to whether it matches your workflow. It is maintained by noahvanhart; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against ClickUp Operator's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| add-note | Adds a new note to the server |
| Resources | The server implements a simple note storage system with: - Custom note:// URI scheme for accessing individual notes - Each note resource has a name, description and text/plain mimetype |
| Prompts | The server provides a single prompt: - summarize-notes: Creates summaries of all stored notes - Optional "style" argument to control detail level (brief/detailed) - Generates prompt combining all current notes with style |
| Tools | The server implements one tool: - add-note: Adds a new note to the server - Takes "name" and "content" as required string arguments - Updates server state and notifies clients of resource changes |
| Debugging | Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector). |
{
"mcpServers": {
"clickup-operator": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector"],
"env": {
"UV_PUBLISH_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| UV_PUBLISH_TOKEN | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.